Skip to content

Commit 65056bd

Browse files
CarlFKcmuellner
authored andcommitted
Readme: install path +that is writeable
Add a tip so blindly following the instructions is more likely to just work. Issue #1169 Signed-off-by: Carl Karsten <CFKarsten@gmail.com>
1 parent 51c7370 commit 65056bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
6161

6262
### Installation (Linux)
6363

64-
To build the Linux cross-compiler, pick an install path. If you choose,
65-
say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH` now. Then, simply
66-
run the following command:
64+
To build the Linux cross-compiler, pick an install path (that is writeable.)
65+
If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
66+
Then, simply run the following command:
6767

6868
./configure --prefix=/opt/riscv
6969
make linux

0 commit comments

Comments
 (0)