diff options
| author | David Legrand <1110600+davlgd@users.noreply.github.com> | 2024-04-08 14:12:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 13:12:37 +0100 |
| commit | 3f80a9fca43de7e1905db378398ad7ef2c1ff916 (patch) | |
| tree | 4c432ce66f622f10a83e414a0552059ed9fbadf4 | |
| parent | fix(bash): do not use "return" to cancel initialization (#1928) (diff) | |
| download | atuin-3f80a9fca43de7e1905db378398ad7ef2c1ff916.zip | |
docs: add install instructions for cave/exherbo linux in README.md (#1927)
Diffstat (limited to '')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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`: |
