summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2020-03-09 21:05:26 +0100
committerGitHub <noreply@github.com>2020-03-09 21:05:26 +0100
commit692ff64e4be5f508b158dbe0fa2dada15b6a4689 (patch)
treee7221e9a6609a11b1cfd5f5a8e0d9fe468c52798
parent1d156282dacad5a28df2eab1d3b90fc98a2da3a3 (diff)
Add links to Ubuntu / Debian packagesv0.7.0
closes #77
-rw-r--r--README.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0451788..10d8dc9 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,31 @@ of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, o
## Installation
-### On Debian-based systems
+### On Ubuntu
+
+*... and other Debian-based Linux distributions.*
+
+If you run Ubuntu 19.10 (Eoan Ermine) or newer, you can install the [officially maintained package](https://packages.ubuntu.com/eoan/hexyl):
+```bash
+sudo apt install hexyl
+```
+If you use an older version of Ubuntu, you can download
+the latest `.deb` package from the release page and install it via:
``` bash
-wget "https://github.com/sharkdp/hexyl/releases/download/v0.7.0/hexyl_0.7.0_amd64.deb"
-sudo dpkg -i hexyl_0.7.0_amd64.deb
+sudo dpkg -i hexyl_0.7.0_amd64.deb # adapt version number and architecture
```
+### On Debian
+
+If you run Debian Buster or newer, you can install the [officially maintained Debian package](https://packages.debian.org/buster/hexyl):
+```bash
+sudo apt-get install hexyl
+```
+
+If you run an older version of Debian, see above for instructions on how to
+manually install `hexyl`.
+
### On Arch Linux
You can install `hexyl` from [the official package repository](https://www.archlinux.org/packages/community/x86_64/hexyl/):