1
0
Fork 0

Add mdbook in README.md

This commit is contained in:
Florian RICHER 2023-02-02 21:18:27 +01:00
parent ed8ecab38c
commit 482dd830dc

View file

@ -8,4 +8,14 @@
- `docker build . -t gateway`
- `docker run -p 22:22 gateway`
- `ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"`
- `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
```