summaryrefslogtreecommitdiffstats
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
parentf93da455a354f019213315d93bd204a87245b928 (diff)
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 86695f0e2..70d833341 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
```