diff options
author | Frank <ftheile@users.noreply.github.com> | 2017-09-22 19:19:11 +0200 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2017-09-22 10:19:11 -0700 |
commit | 9a395b03bc56fdbc01720942825f9b726ce0978e (patch) | |
tree | 1df45b88e1d1946c7d3231b00fadd445e2b80ae3 | |
parent | 60d81210c24a5575256421a7a4c147fb03059a5c (diff) |
Fix `RISC_PATH` -> `RISCV_PATH` in README (#72)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ https://sifive.com/products/tools For OpenOCD and/or RISC-V GNU Toolchain, download the .tar.gz for your platform, and unpack it to -your desired location. Then, use the `RISC_PATH` and `RISCV_OPENOCD_PATH` +your desired location. Then, use the `RISCV_PATH` and `RISCV_OPENOCD_PATH` variables when attempting to use the tools: ``` |