diff --git a/book/README.md b/book/README.md index 51fd9681b..b1ded98f3 100644 --- a/book/README.md +++ b/book/README.md @@ -1,9 +1,13 @@ -Building the Solana book +Building the Solana Docs --- Install the book's dependencies, build, and test the book: ```bash +$ brew install coreutils +$ cargo install svgbob_cli +$ brew install mscgen +$ brew install mdbook $ ./build.sh ```