Skip to content

Commit

Permalink
Update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Nov 8, 2020
1 parent fc42c01 commit b752d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ brew install nakabonne/gosivy/gosivy
#### RHEL/CentOS

```
rpm -ivh https://github.com/nakabonne/gosivy/releases/download/v0.1.0/gosivy_0.1.0_linux_amd64.rpm
rpm -ivh https://github.com/nakabonne/gosivy/releases/download/v0.1.1/gosivy_0.1.1_linux_amd64.rpm
```

#### Debian/Ubuntu

```
wget https://github.com/nakabonne/gosivy/releases/download/v0.1.0/gosivy_0.1.0_linux_amd64.deb
apt install ./gosivy_0.1.0_linux_amd64.deb
wget https://github.com/nakabonne/gosivy/releases/download/v0.1.1/gosivy_0.1.1_linux_amd64.deb
apt install ./gosivy_0.1.1_linux_amd64.deb
```

#### Go
Expand Down

0 comments on commit b752d06

Please sign in to comment.