solana-with-rpc-optimizations/book
Dan Albert 2d9d2f1e99
Update cargo versions from 1.0 to 1.1 (#8397)
2020-02-21 23:09:45 -08:00
..
art
src Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
theme
.gitattributes
README.md Update README.md 2020-02-17 22:19:55 -07:00
book.toml
build-cli-usage.sh
build.sh
makefile

README.md

Building the Solana book

Install the book's dependencies, build, and test the book:

$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the book:

$ make open