Skip to content

Commit

Permalink
Add RISCV env variable to Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen authored Sep 14, 2023
1 parent 31dae17 commit fd1d154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ These instructions assume you have the [LLVM Xposit](https://github.com/artecs-g
~~~
sudo apt install -y git curl gcc g++ make autoconf
~~~
Make sure you have the $RISCV environment variable pointing to the directory where you installed the RISC-V gcc toolchain. E.g. `export RISCV="/opt/riscv`. Consider adding this permanently in your `.bashrc` file.

### Checkout the repository
~~~
Expand Down

0 comments on commit fd1d154

Please sign in to comment.