Skip to content
Snippets Groups Projects
Unverified Commit a700d093 authored by Emeric Poulin's avatar Emeric Poulin Committed by GitHub
Browse files

Fix export PATH command

parent d7a4eb17
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ $ make newlib ...@@ -40,7 +40,7 @@ $ make newlib
``` ```
When the installation is achieved, do not forget to add $RISCV/bin to your PATH. When the installation is achieved, do not forget to add $RISCV/bin to your PATH.
``` ```
$ export PATH=/path/to/compilators/directory/bin $ export PATH=$PATH:/path/to/compilators/directory/bin
``` ```
## Questa tool ## Questa tool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment