Skip to content

Commit

Permalink
Update installation instruction with apt and rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Sep 22, 2020
1 parent eb916a0 commit 1faeda5
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 @@ -23,15 +23,15 @@ brew install nakabonne/ali/ali
**Via APT**

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

**Via RPM**

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

**Via AUR**
Expand Down

0 comments on commit 1faeda5

Please sign in to comment.