solana/book/README.md

27 lines
281 B
Markdown
Raw Normal View History

Building the Solana book
---
2020-02-17 21:19:55 -08:00
Install the book's dependencies, 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
```