Skip to content
Snippets Groups Projects
Unverified Commit 43fe604c authored by sébastien jacq's avatar sébastien jacq Committed by GitHub
Browse files

Merge pull request #3 from epthales/patch-2

Fix export PATH command
parents d7a4eb17 2f884df0
Branches
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:$RISCV/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