Skip to content

Commit

Permalink
Update installing-mise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 9, 2024
1 parent 9c71e44 commit 2cc97ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ curl https://mise.jdx.dev/install.sh.sig | gpg --decrypt > install.sh
sh ./install.sh
```

::: tip
As long as you don't change the version with `MISE_VERSION`, the install script will be pinned to whatever the latest
version was when it was downloaded with checksums inside the file. This makes downloading the file and putting it into
a project a great way to ensure that anyone installing with that script fetches the exact same mise bin.
:::

or if you're allergic to `| sh`:

::: code-group
Expand Down

0 comments on commit 2cc97ca

Please sign in to comment.