Skip to content

Commit

Permalink
Add link to the latest .deb file in README (Fixes #41)
Browse files Browse the repository at this point in the history
Signed-off-by: Amjad Alsharafi <[email protected]>
  • Loading branch information
Amjad50 committed Oct 27, 2024
1 parent 98c57b4 commit 84f341c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ sudo pacman -S alsa-lib systemd-libs

#### Installing
You can install the latest version of [plastic](https://crates.io/crates/plastic) or [plastic_tui](https://crates.io/crates/plastic_tui) using cargo:
```
```sh
cargo install plastic
cargo install plastic_tui
```

If you are using Debian/Ubuntu, you can directly install the `.deb` package from [here](https://nightly.link/Amjad50/plastic/workflows/rust/master/plastic.deb.zip)
```sh
unzip plastic.deb.zip
sudo dpkg -i plastic_*.deb # will have the version in the name
```

If you are using Arch Linux, `plastic` is available in the [official repositories](https://archlinux.org/packages/extra/x86_64/plastic/):

```
```sh
pacman -S plastic
pacman -S plastic_tui
```
Expand Down

0 comments on commit 84f341c

Please sign in to comment.