Skip to content

Commit e1ff92c

Browse files
authored
Merge pull request #1075 from JanMatCodasip/readme-build-instructions
Readme: Fix build instructions
2 parents bd96fe9 + 5dc62af commit e1ff92c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@ You may be looking for one of the following pre-built PDFs:
99
Build Instructions
1010
------------------
1111

12-
```
13-
sudo apt-get install git make python3 python3-sympy graphviz texlive-full
12+
```bash
13+
# Install docker and python3-sympy, if not installed already.
14+
15+
# Pull the latest RISC-V Docs container image:
16+
docker pull riscvintl/riscv-docs-base-container-image:latest
17+
18+
git clone https://github.com/riscv/riscv-debug-spec.git
19+
cd riscv-debug-spec
20+
21+
# Optionally, check out a specific revision:
22+
# git checkout <rev>
23+
24+
git submodule update --init --recursive
25+
26+
cd build
1427
make
1528
```
1629

0 commit comments

Comments
 (0)