Skip to content

Commit

Permalink
Merge #690
Browse files Browse the repository at this point in the history
690: Fix Arch Linux repo link in book r=foresterre a=foresterre

Same as #689, but instead for the book instead of the readme.

Co-authored-by: Martijn Gribnau <garm@ilumeo.com>
  • Loading branch information
bors[bot] and foresterre authored May 22, 2023
2 parents 6e0c0d5 + 52c30b8 commit 7762f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo install cargo-msrv --git https://github.com/foresterre/cargo-msrv.git --br

### Arch Linux 🔸

cargo-msrv is available from the Arch Linux [community repository](https://archlinux.org/packages/community/x86_64/cargo-msrv/).
cargo-msrv is available from the Arch Linux [extra repository](https://archlinux.org/packages/extra/x86_64/cargo-msrv/).

**How to install?**

Expand Down Expand Up @@ -80,4 +80,4 @@ cargo install cargo-msrv --path . # OR cargo build --release && mv ./target/carg
```


You may find additional installation options in the [README](https://github.com/foresterre/cargo-msrv#install).
You may find additional installation options in the [README](https://github.com/foresterre/cargo-msrv#install).

0 comments on commit 7762f78

Please sign in to comment.