We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec996d3 commit 94baf19Copy full SHA for 94baf19
guide/src/guide/installation.md
@@ -47,6 +47,18 @@ cargo install --git https://github.com/rust-lang/mdBook.git mdbook
47
48
Again, make sure to add the Cargo bin directory to your `PATH`.
49
50
+
51
+### Updating mdbook from source
52
53
+```sh
54
+cargo install mdbook
55
+```
56
57
+This will automatically download mdBook from [crates.io], build it, and re-install it in Cargo's global binary directory (`~/.cargo/bin/` by default).
58
59
60
+## Own modifications and contributing
61
62
If you are interested in making modifications to mdBook itself, check out the [Contributing Guide] for more information.
63
64
[Contributing Guide]: https://github.com/rust-lang/mdBook/blob/master/CONTRIBUTING.md
0 commit comments