Skip to content

Commit

Permalink
[DOC] User Guide - 1.3. Installation
Browse files Browse the repository at this point in the history
fix(doc): Closes stnolting#257 and changes `export PATH:$PATH:/opt/riscv/bin` to
`export PATH=$PATH:/opt/riscv/bin`.
  • Loading branch information
befedo committed Jan 23, 2022
1 parent 8eb69bf commit 6262579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/sw_toolchain_setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6262579

Please sign in to comment.