summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuchenguo <65109015+guozhenduo@users.noreply.github.com>2020-08-17 09:54:37 +0800
committerDavid Peter <sharkdp@users.noreply.github.com>2020-08-17 21:25:26 +0200
commitcc5b308fc9c2ca57ba176cf69a237f13428bb8e3 (patch)
treead62638633886930d76cdf63570103bf120bd27a
parent153b1cccdf86265dfc730737b738824eb9d3f2e8 (diff)
two New Installation ways
I added two new installation ways of Termux.
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10336d0..bb1d8f2 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,15 @@ brew install hexyl
pkg install hexyl
```
+### on Termux
+```
+pkg install hexyl
+```
+or
+```
+apt install hexyl
+```
+
### Via Nix
```