solana/proposals
Michael Vines 41a52dbfea
Document solana-install-init.sh
2019-03-23 09:01:08 -07:00
..
art update passive staking proposal (#3335) 2019-03-18 18:25:29 -07:00
src Document solana-install-init.sh 2019-03-23 09:01:08 -07:00
README.md Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
book.toml Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
build.sh Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
makefile update passive staking proposal (#3335) 2019-03-18 18:25:29 -07:00

README.md

Building the Solana Design Proposals HTML

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