We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd96fe9 + 5dc62af commit e1ff92cCopy full SHA for e1ff92c
README.md
@@ -9,8 +9,21 @@ You may be looking for one of the following pre-built PDFs:
9
Build Instructions
10
------------------
11
12
-```
13
-sudo apt-get install git make python3 python3-sympy graphviz texlive-full
+```bash
+# 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
27
make
28
```
29
0 commit comments