Update README.md

This commit is contained in:
Raj Gokal
2020-02-25 14:41:14 -08:00
committed by GitHub
parent 0b48c8eb35
commit 6ce4a1a18d

View File

@ -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
```