Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Oct 8, 2020
1 parent c10cfb2 commit 25e8318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ brew install nakabonne/ali/ali
**Via APT**

```bash
wget https://github.com/nakabonne/ali/releases/download/v0.3.3/ali_0.3.3_linux_amd64.deb
apt install ./ali_0.3.3_linux_amd64.deb
wget https://github.com/nakabonne/ali/releases/download/v0.3.4/ali_0.3.4_linux_amd64.deb
apt install ./ali_0.3.4_linux_amd64.deb
```

**Via RPM**

```bash
curl -OL https://github.com/nakabonne/ali/releases/download/v0.3.3/ali_0.3.3_linux_amd64.rpm
rpm -i ./ali_0.3.3_linux_amd64.rpm
curl -OL https://github.com/nakabonne/ali/releases/download/v0.3.4/ali_0.3.4_linux_amd64.rpm
rpm -i ./ali_0.3.4_linux_amd64.rpm
```

**Via AUR**
Expand Down

0 comments on commit 25e8318

Please sign in to comment.