aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLaurent le Beau-Martin <1180863+laurentlbm@users.noreply.github.com>2022-09-25 12:14:51 -0400
committerGitHub <noreply@github.com>2022-09-25 09:14:51 -0700
commit6f19e8abf50740de4a5556652176b74b2d2b101a (patch)
tree87a3155c3c911485d9e3e84d73a6c3f77027c6ce /README.md
parentClear RBUFFER when accepting output from atuin (#545) (diff)
downloadatuin-6f19e8abf50740de4a5556652176b74b2d2b101a.zip
Add installer support for Termux (#540)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86695f0e..70d83334 100644
--- a/README.md
+++ b/README.md
@@ -177,6 +177,16 @@ pacman -S atuin
And then follow [the shell setup](#shell-plugin)
+### Termux
+
+Atuin is available in the Termux package repository:
+
+```
+pkg install atuin
+```
+
+And then follow [the shell setup](#shell-plugin)
+
### From source
```