Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ If you don't wish to use the installer, the manual installation steps are as fol
sudo port install atuin
```
</TabItem>
<TabItem label="mise">
Atuin is also installable using [mise](https://github.com/jdx/mise)

```shell
mise use -g atuin@latest
```
</TabItem>
<TabItem label="Nix">
This repository is a flake, and can be installed using `nix profile`:

Expand Down