Update README.md

main
FPGALover 2024-02-29 21:51:49 +00:00
parent ee0f4eaa71
commit e12e594b51
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ mkdir build/
cd build
sudo mkdir /opt/riscv32im
sudo chown $USER /opt/riscv32im
./configure --with-arch=rv32im --prefix=/opt/riscv32im
../configure --with-arch=rv32im --prefix=/opt/riscv32im
make -j$(nproc)
```
### 2. Clone this repo