Skip to content

Commit

Permalink
Readme: install path +that is writeable
Browse files Browse the repository at this point in the history
Add a tip so blindly following the instructions is more likely to just work.  
Issue #1169 

Signed-off-by: Carl Karsten <[email protected]>
  • Loading branch information
CarlFK authored and cmuellner committed Jan 19, 2023
1 parent 51c7370 commit 65056bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.

### Installation (Linux)

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

./configure --prefix=/opt/riscv
make linux
Expand Down

0 comments on commit 65056bd

Please sign in to comment.