Files
solana/book/README.md
2018-12-13 11:17:11 -07:00

240 B

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