From 3e06bc578a4e0ccc38569403b0993166463132f0 Mon Sep 17 00:00:00 2001 From: Rafael Sene Date: Tue, 25 Jul 2023 19:05:58 -0300 Subject: [PATCH] Update readme.adoc Signed-off-by: Rafael Sene --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 4a289c8..01a415f 100644 --- a/readme.adoc +++ b/readme.adoc @@ -41,7 +41,7 @@ To build the document, you'll need the following tools installed on your system: This project uses submodules to include the RISC-V documentation toolchain. ``` - git clone --recurse-submodule https://github.com/riscv/riscv-svadu.git + git clone --recurse-submodule https://github.com/riscv-non-isa/riscv-cbqri.git cd ./riscv-zacas.git make VERSION=v1.0.0 REVMARK=Draft ```