From 1c29b6953d3d4c8f11b6cb23f3acc358ecd9a67b Mon Sep 17 00:00:00 2001 From: Jiawei Date: Fri, 15 Mar 2024 16:29:48 +0800 Subject: [PATCH] Update README Update the README file with Zabha extension. Signed-off-by: Jiawei --- readme.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.adoc b/readme.adoc index 32de26d..a308a38 100644 --- a/readme.adoc +++ b/readme.adoc @@ -37,7 +37,7 @@ To build the document, you'll need the following tools installed on your system: === Cloning the Repository ```shell -git clone --recurse-submodules https://github.com/riscv/riscv-zacas.git +git clone --recurse-submodules https://github.com/riscv/riscv-zabha.git ``` === Building the Documentation @@ -45,7 +45,7 @@ git clone --recurse-submodules https://github.com/riscv/riscv-zacas.git To start the build process, run: ```shell -cd ./riscv-zacas && make build +cd ./riscv-zabha && make build ``` The link:Makefile[] script will check the availability of Docker on your system: