summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Legrand <1110600+davlgd@users.noreply.github.com>2024-04-08 14:12:37 +0200
committerGitHub <noreply@github.com>2024-04-08 13:12:37 +0100
commit3f80a9fca43de7e1905db378398ad7ef2c1ff916 (patch)
tree4c432ce66f622f10a83e414a0552059ed9fbadf4
parent426ca5de3e074a7934b0190691d0b008fa729bdf (diff)
docs: add install instructions for cave/exherbo linux in README.md (#1927)
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71251edc..9b7eda6b 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,15 @@ sudo port install atuin
And then follow [the shell setup](#shell-plugin)
+### Cave
+
+Atuin is available in the Exherbo Linux [rust repository](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/app-shells/atuin):
+
+```
+cave resolve -x repository/rust
+cave resolve -x atuin
+```
+
### Nix
This repository is a flake, and can be installed using `nix profile`: