Files
solana/docs/README.md
2020-02-26 08:01:44 -08:00

27 lines
270 B
Markdown

Building the Solana book
---
Install dependencies, build, and test the docs:
```bash
$ ./build.sh
```
Run any Rust tests in the markdown:
```bash
$ make test
```
Render markdown as HTML:
```bash
$ make build
```
Render and view the docs:
```bash
$ make open
```