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`: