From 65625ac60475b222e63eb423dbf8fc8baee8b85b Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 11 Nov 2025 09:51:20 +0100 Subject: [PATCH] docs(installation): add mise alternative installation method Signed-off-by: jylenhof --- src/content/docs/guide/installation.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/content/docs/guide/installation.mdx b/src/content/docs/guide/installation.mdx index 41e797c..ef318f0 100644 --- a/src/content/docs/guide/installation.mdx +++ b/src/content/docs/guide/installation.mdx @@ -51,6 +51,13 @@ If you don't wish to use the installer, the manual installation steps are as fol sudo port install atuin ``` + + Atuin is also installable using [mise](https://github.com/jdx/mise) + + ```shell + mise use -g atuin@latest + ``` + This repository is a flake, and can be installed using `nix profile`: