From b523ae848e558d30e4e6dc38d89fd78640e8522a Mon Sep 17 00:00:00 2001 From: PAN-Ziyue Date: Sat, 6 Nov 2021 21:43:13 +0800 Subject: [PATCH] refactor to README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b20b69206..5b9467f34 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ install path, and that the riscv-gnu-toolchain package is installed. $ git clone https://github.com/riscv/riscv-tests $ cd riscv-tests - $ git submodule update --init --recursive $ autoconf - $ ./configure --prefix=$RISCV/target + $ ./configure $ make - $ make install The rest of this document describes the format of test programs for the RISC-V architecture.