Add mdbook in README.md
This commit is contained in:
parent
ed8ecab38c
commit
482dd830dc
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -9,3 +9,13 @@
|
|||
- `docker build . -t gateway`
|
||||
- `docker run -p 22:22 gateway`
|
||||
- `ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"`
|
||||
|
||||
## BOOK
|
||||
|
||||
```shell
|
||||
cargo install mdbook
|
||||
```
|
||||
|
||||
```shell
|
||||
cd book/ && ~/.cargo/bin/mdbook watch
|
||||
```
|
Reference in a new issue