solana/book/README.md

27 lines
281 B
Markdown
Raw Normal View History

Building the Solana book
---
Install the book's dependnecies, build, and test the book:
```bash
2018-12-14 15:55:16 -08:00
$ ./build.sh
```
Run any Rust tests in the markdown:
```bash
2018-12-14 15:55:16 -08:00
$ make test
```
Render markdown as HTML:
```bash
2018-12-14 15:55:16 -08:00
$ make build
```
Render and view the book:
```bash
2018-12-14 15:55:16 -08:00
$ make open
```