Skip to content

Commit

Permalink
docs: add installation instructions for Arch Linux (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored May 11, 2023
1 parent d4322be commit d056bcd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cargo-shuttle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,23 @@
cargo install cargo-shuttle
```

### Distro Packages

<details>
<summary>Packaging status</summary>

[![Packaging status](https://repology.org/badge/vertical-allrepos/cargo-shuttle.svg)](https://repology.org/project/cargo-shuttle/versions)

</details>

#### Arch Linux

`cargo-shuttle` can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/cargo-shuttle) using [pacman](https://wiki.archlinux.org/title/Pacman):

```sh
pacman -S cargo-shuttle
```

---

<!-- markdownlint-disable-next-line -->
Expand Down

0 comments on commit d056bcd

Please sign in to comment.