Skip to content

Commit

Permalink
added update how to
Browse files Browse the repository at this point in the history
Updating workflow is not clear for non rust users.
  • Loading branch information
radeksvarz authored Aug 7, 2024
1 parent ec996d3 commit 94baf19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions guide/src/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ cargo install --git https://github.com/rust-lang/mdBook.git mdbook

Again, make sure to add the Cargo bin directory to your `PATH`.


### Updating mdbook from source

```sh
cargo install mdbook
```

This will automatically download mdBook from [crates.io], build it, and re-install it in Cargo's global binary directory (`~/.cargo/bin/` by default).


## Own modifications and contributing

If you are interested in making modifications to mdBook itself, check out the [Contributing Guide] for more information.

[Contributing Guide]: https://github.com/rust-lang/mdBook/blob/master/CONTRIBUTING.md

0 comments on commit 94baf19

Please sign in to comment.