summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJulian Sitkevich <1553398+sitkevij@users.noreply.github.com>2021-02-23 14:33:03 -0800
committerGitHub <noreply@github.com>2021-02-23 14:33:03 -0800
commitfa6944822c91954949c13271a0e12990daae0a9c (patch)
treedf8bb6b7b9d0e28694e4024eec40db681eb64892 /README.md
parent959f88dfd7296d7a8fe72a09b11c8e6fcc55b763 (diff)
parent4738e3df390a8b61d746d2fb8fa3b8e8106d8e13 (diff)
Merge pull request #57 from orhun/master
Add installation instructions for Arch Linux
Diffstat (limited to 'README.md')
-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