Skip to content

Commit

Permalink
Added Debian/Ubuntu package instructions to README (#77)
Browse files Browse the repository at this point in the history
* Added Debian/Ubuntu binary package instructions to README

* added bintray project link

* added instructions for arch linux

* mention 64-bit only for debs
  • Loading branch information
sumwale authored Oct 25, 2020
1 parent 3da4e6d commit ab79e05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@

Download one of the compiled [releases](https://github.com/bvaisvil/zenith/releases).

### Debian/Ubuntu based Linux distributions (64-bit)

The latest 64-bit deb packages are hosted on [bintray](https://bintray.com/bvaisvil/debian/zenith) and require distributions based on Debian >= 9 or Ubuntu >= 16.04

- Import the bintray public key:
```
wget 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray' -q -O- | sudo apt-key add -
```

- Add the following line to /etc/apt/sources.list.d/zenith.list:
```
deb [arch=amd64] https://dl.bintray.com/bvaisvil/debian stable main
```

Then you can install/update the 'zenith' package:

```bash
apt-get update
apt-get install zenith
```

### Arch Linux

Three packages for zenith are available in AUR: zenith, zenith-git and zenith-bin
Expand Down

0 comments on commit ab79e05

Please sign in to comment.