Update README.md
This commit is contained in:
parent
0b48c8eb35
commit
6ce4a1a18d
|
@ -1,9 +1,13 @@
|
||||||
Building the Solana book
|
Building the Solana Docs
|
||||||
---
|
---
|
||||||
|
|
||||||
Install the book's dependencies, build, and test the book:
|
Install the book's dependencies, build, and test the book:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ brew install coreutils
|
||||||
|
$ cargo install svgbob_cli
|
||||||
|
$ brew install mscgen
|
||||||
|
$ brew install mdbook
|
||||||
$ ./build.sh
|
$ ./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue