From 6ce4a1a18d7fef3e03f374bb4a5f65fc19f97aee Mon Sep 17 00:00:00 2001 From: Raj Gokal Date: Tue, 25 Feb 2020 14:41:14 -0800 Subject: [PATCH] Update README.md --- book/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```