summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2021-08-18 22:03:24 -0700
committersitkevij <1553398+sitkevij@users.noreply.github.com>2021-08-18 22:03:24 -0700
commit09a2ee7e239b2b49a631ebf6307e8af2bd57b89d (patch)
tree4db334c518d38ed289f81e441fcf6fe41070fffe
parent2bba3054ece3f8db162536936548375f3931d2ed (diff)
chore: update develop with latest
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5e0007..485074e 100644
--- a/README.md
+++ b/README.md
@@ -90,10 +90,16 @@ Which will compile the release version, run tests and install release binary to
If `<USERDIR>/.cargo/bin` is part of the `PATH` environment variable, `hx` should be able to be executed anywhere in the shell.
+### 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