Update README.md

This commit is contained in:
jackcmay 2018-12-14 15:55:16 -08:00 committed by GitHub
parent 8ee0e9632c
commit 4a2933b0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,26 +1,26 @@
Building the Solana book
---
Install mdbook:
Install the book's dependnecies, build, and test the book:
```bash
cargo install mdbook
$ ./build.sh
```
Run any Rust tests in the markdown:
```bash
make test
$ make test
```
Render markdown as HTML:
```bash
make build
$ make build
```
Render and view the book:
```bash
make open
$ make open
```