File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ cargo install mdbook
30
30
31
31
This will automatically download mdBook from [ crates.io] , build it, and install it in Cargo's global binary directory (` ~/.cargo/bin/ ` by default).
32
32
33
+ You can run ` cargo install mdbook ` again whenever you want to update to a new version.
34
+ That command will check if there is a newer version, and re-install mdBook if a newer version is found.
35
+
33
36
To uninstall, run the command ` cargo uninstall mdbook ` .
34
37
35
38
[ Rust installation page ] : https://www.rust-lang.org/tools/install
@@ -47,6 +50,8 @@ cargo install --git https://github.com/rust-lang/mdBook.git mdbook
47
50
48
51
Again, make sure to add the Cargo bin directory to your ` PATH ` .
49
52
53
+ ## Modifying and contributing
54
+
50
55
If you are interested in making modifications to mdBook itself, check out the [ Contributing Guide] for more information.
51
56
52
57
[ Contributing Guide ] : https://github.com/rust-lang/mdBook/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments