solana/book/README.md

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