From 6f19e8abf50740de4a5556652176b74b2d2b101a Mon Sep 17 00:00:00 2001 From: Laurent le Beau-Martin <1180863+laurentlbm@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:14:51 -0400 Subject: Add installer support for Termux (#540) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 ``` -- cgit v1.3.1