Skip to content

Commit

Permalink
Update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Oct 2, 2020
1 parent d334ef0 commit 96fb6a1
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.0/ali_0.3.0_linux_amd64.deb
apt install ./ali_0.3.0_linux_amd64.deb
wget https://github.com/nakabonne/ali/releases/download/v0.3.1/ali_0.3.1_linux_amd64.deb
apt install ./ali_0.3.1_linux_amd64.deb
```

**Via RPM**

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

**Via AUR**
Expand Down

0 comments on commit 96fb6a1

Please sign in to comment.