diff --git a/README.md b/README.md index ac9037a0..5d70a802 100755 --- a/README.md +++ b/README.md @@ -9,8 +9,21 @@ You may be looking for one of the following pre-built PDFs: Build Instructions ------------------ -``` -sudo apt-get install git make python3 python3-sympy graphviz texlive-full +```bash +# Install docker and python3-sympy, if not installed already. + +# Pull the latest RISC-V Docs container image: +docker pull riscvintl/riscv-docs-base-container-image:latest + +git clone https://github.com/riscv/riscv-debug-spec.git +cd riscv-debug-spec + +# Optionally, check out a specific revision: +# git checkout + +git submodule update --init --recursive + +cd build make ```