diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:14:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:14:23 -0800 |
| commit | 85d561d2a3260675fc2b66342c5eaaef58cac9d6 (patch) | |
| tree | 8dc527739b75f829b8042261df9e05064f167a44 | |
| parent | Extend sync login flag documentation (#3067) (diff) | |
| download | atuin-85d561d2a3260675fc2b66342c5eaaef58cac9d6.zip | |
docs(installation): add mise alternative installation method (#3066)
**Migrated from atuinsh/docs PR:**
https://github.com/atuinsh/docs/pull/108
**Original author:** @jylenhof
---
*Original PR had no description.*
Signed-off-by: jylenhof <jygithub@lenhof.eu.org>
Co-authored-by: jylenhof <jygithub@lenhof.eu.org>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
| -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`: |
