summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-02-23 23:23:46 +0300
committerorhun <orhun@archlinux.org>2021-02-23 23:23:46 +0300
commit4738e3df390a8b61d746d2fb8fa3b8e8106d8e13 (patch)
treedf8bb6b7b9d0e28694e4024eec40db681eb64892
parent959f88dfd7296d7a8fe72a09b11c8e6fcc55b763 (diff)
docs: add installation instructions for Arch Linux
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5e0007..7ad0faf 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,12 @@ 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
+
+```
+pacman -S hex
+```
+
### debian install
```sh