From 85d561d2a3260675fc2b66342c5eaaef58cac9d6 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:14:23 -0800 Subject: 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 Co-authored-by: jylenhof Co-authored-by: Claude Opus 4.5 --- docs/docs/guide/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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`: -- cgit v1.3.1