solana-with-rpc-optimizations/docs
Michael Vines 1f2aaf3f98
Generate CLI usage (#8637)
* Generate CLI usage

* Apply review feedback
2020-03-04 17:44:30 -07:00
..
art Update TVU drawing (#8611) 2020-03-04 15:16:35 -08:00
src Generate CLI usage (#8637) 2020-03-04 17:44:30 -07:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh
build.sh
makefile Generate CLI usage (#8637) 2020-03-04 17:44:30 -07:00
offline-cmd-md-links.sh

README.md

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