aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Maslowski <info@orangecms.org>2024-07-02 23:09:51 +0200
committerGitHub <noreply@github.com>2024-07-02 14:09:51 -0700
commit8cd31446a695882167571f0016e39f3f1110d989 (patch)
tree2734efcd0b0f1b8e19659ea34d67e551ff50af23
parentb0eb63a6cb11842c6aeeb7f92340d09728c35caa (diff)
downloadriscv-tests-master.zip
riscv-tests-master.tar.gz
riscv-tests-master.tar.bz2
README: add link to toolchain (#569)HEADmaster
Signed-off-by: Daniel Maslowski <info@orangecms.org>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b20b692..d07f138 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ Building from repository
-----------------------------
We assume that the RISCV environment variable is set to the RISC-V tools
-install path, and that the riscv-gnu-toolchain package is installed.
+install path, and that the [riscv-gnu-toolchain](
+https://github.com/riscv-collab/riscv-gnu-toolchain) package is installed.
$ git clone https://github.com/riscv/riscv-tests
$ cd riscv-tests