carllin dae8bc477b
Update testnet shred version (#10681)
Co-authored-by: Carl <carl@solana.com>
2020-06-18 07:39:47 +00:00
..
2020-06-18 07:39:47 +00:00
2020-06-17 09:10:30 +09:00
2020-04-15 17:46:19 -07:00
2020-05-13 09:08:25 -07:00
2020-05-13 09:08:25 -07:00

Building the Solana Docs

Install dependencies, build, and test the docs:

$ brew install coreutils
$ brew install mscgen
$ cargo install svgbob_cli
$ cargo install mdbook-linkcheck
$ cargo install mdbook
$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the docs:

$ make open