Update README.md
This commit is contained in:
@ -1,26 +1,26 @@
|
|||||||
Building the Solana book
|
Building the Solana book
|
||||||
---
|
---
|
||||||
|
|
||||||
Install mdbook:
|
Install the book's dependnecies, build, and test the book:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install mdbook
|
$ ./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Run any Rust tests in the markdown:
|
Run any Rust tests in the markdown:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make test
|
$ make test
|
||||||
```
|
```
|
||||||
|
|
||||||
Render markdown as HTML:
|
Render markdown as HTML:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make build
|
$ make build
|
||||||
```
|
```
|
||||||
|
|
||||||
Render and view the book:
|
Render and view the book:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make open
|
$ make open
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user