mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[DOC] User Guide - 1.3. Installation
fix(doc): Closes #257 and changes `export PATH:$PATH:/opt/riscv/bin` to `export PATH=$PATH:/opt/riscv/bin`.
This commit is contained in:
parent
8eb69bf810
commit
62625799fa
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ already done so): make sure to add the _binaries_ folder (`bin`) of your toolcha
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
$ export PATH:$PATH:/opt/riscv/bin
|
||||
$ export PATH=$PATH:/opt/riscv/bin
|
||||
----
|
||||
|
||||
You should add this command to your `.bashrc` (if you are using bash) to automatically add the RISC-V
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue