diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/guide/installation.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs/guide/installation.md b/docs/docs/guide/installation.md index 0537b5b0..ac47fe88 100644 --- a/docs/docs/guide/installation.md +++ b/docs/docs/guide/installation.md @@ -45,6 +45,14 @@ If you don't wish to use the installer, the manual installation steps are as fol sudo port install atuin ``` +=== "mise" + + Atuin is also installable using [mise](https://github.com/jdx/mise) + + ```shell + mise use -g atuin@latest + ``` + === "Nix" This repository is a flake, and can be installed using `nix profile`: |
