Michael Vines 36ab7e0600
Remove h
2020-04-04 16:18:25 -07:00
..
2020-04-04 16:18:25 -07:00

Building the Solana Docs

Install dependencies, build, and test the docs:

$ brew install coreutils
$ cargo install svgbob_cli
$ brew install mscgen
$ brew 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