solana-with-rpc-optimizations/docs
Dan Albert d4e284b7c5
Remove Trust Wallet Beta install instructions (#9396)
automerge
2020-04-09 08:48:07 -07:00
..
art
src Remove Trust Wallet Beta install instructions (#9396) 2020-04-09 08:48:07 -07:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh
build.sh
makefile
offline-cmd-md-links.sh
set-solana-release-tag.sh Update set-solana-release-tag.sh 2020-04-03 11:21:34 -06:00

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