summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Sitkevich <1553398+sitkevij@users.noreply.github.com>2021-08-18 22:06:33 -0700
committerGitHub <noreply@github.com>2021-08-18 22:06:33 -0700
commita9189c076d7ef7e3a1fef7e73ce02240bcb29473 (patch)
tree3d22a5bdb53d89ab3c49dfd8398029c8a49e35f7
parent70a00fb6956a975abf0c9b0ed17d41149b1fccf3 (diff)
parent09a2ee7e239b2b49a631ebf6307e8af2bd57b89d (diff)
Merge branch 'develop' into feature/colorize-ascii
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ad0faf..485074e 100644
--- a/README.md
+++ b/README.md
@@ -92,14 +92,14 @@ If `<USERDIR>/.cargo/bin` is part of the `PATH` environment variable, `hx` shoul
### arch linux install
-```
+```sh
pacman -S hex
```
### debian install
```sh
-curl -sLO https://github.com/sitkevij/hex/releases/download/v0.4.1/hx_0.4.1_amd64.deb && dpkg -i hx_0.4.1_amd64.deb
+curl -sLO https://github.com/sitkevij/hex/releases/download/v0.4.2/hx_0.4.2_amd64.deb && dpkg -i hx_0.4.2_amd64.deb
```
### docker run