From 482dd830dc308a3027e3438ebefa4ec5e6173ded Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 2 Feb 2023 21:18:27 +0100 Subject: [PATCH] Add mdbook in README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71e7245..f6ac9e0 100644 --- a/README.md +++ b/README.md @@ -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\": []}"` \ No newline at end of file +- `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 +``` \ No newline at end of file