solana-with-rpc-optimizations/book
Greg Fitzgerald 3ce3f1adc1 Move book dev instructions out of top-level readme 2018-12-13 11:17:11 -07:00
..
art
src
theme
README.md
book.toml
build.sh
makefile

README.md

Building the Solana book

Install mdbook:

cargo install mdbook

Run any Rust tests in the markdown:

make test

Render markdown as HTML:

make build

Render and view the book:

make open