cleanup README.md for web
[riscv-tests.git] / README.md
1 riscv-tests
2 ================
3
4 About
5 -----------
6
7 Unit tests for RISC-V processors
8
9 Building from repository
10 -----------------------------
11
12 $ git clone https://github.com/ucb-bar/riscv-tests
13 $ cd riscv-tests
14 $ git submodule update --init --recursive
15 $ autoconf
16 $ ./configure --prefix=/usr/local
17 $ make
18 $ make install
19