From 2cc97ca317df356da19bc9b25fb37cc74d89b8a4 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:46:17 -0600 Subject: [PATCH] Update installing-mise.md --- docs/installing-mise.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installing-mise.md b/docs/installing-mise.md index 00d0e63a1f..b142e7b734 100644 --- a/docs/installing-mise.md +++ b/docs/installing-mise.md @@ -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