Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/README.md')
| -rw-r--r-- | docs/book/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/README.md b/docs/book/README.md index 0a3161f3af..cd4d8783a4 100644 --- a/docs/book/README.md +++ b/docs/book/README.md @@ -6,7 +6,7 @@ The rust analyzer manual uses [mdbook](https://rust-lang.github.io/mdBook/). To run the documentation site locally: -```shell +```bash cargo install mdbook cargo xtask codegen cd docs/book |