Skip to content

Commit

Permalink
docs: added more getting started installers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2025
1 parent d505486 commit b310e11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ winget install jdx.mise
scoop install mise
```

```shell [chocolatey]
choco install mise
```

== Debian/Ubuntu (apt)

For installation on Ubuntu/Debian:
Expand All @@ -67,6 +71,16 @@ sudo apt update
sudo apt install -y mise
```

== Fedora (dnf)

For installation on Fedora:

```sh
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
sudo dnf install -y mise
```

:::

`mise` respects [`MISE_DATA_DIR`](/configuration) and [`XDG_DATA_HOME`](/configuration) if you'd like
Expand Down

0 comments on commit b310e11

Please sign in to comment.