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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

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