From b49495552714dd51b84c2aa7c1d1c9869ff2fc7f Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 24 May 2026 12:52:26 -0400 Subject: [PATCH 1/2] [docs] Fix installation section for Scoop --- docs/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 75b574b422..6cbcb8969e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,7 +41,6 @@ winget install jdx.mise ``` ```shell [scoop] -# https://github.com/ScoopInstaller/Main/pull/6374 scoop install mise ``` From e6284fff59ee4f4fcfdd78c6b0f38e1821a57b15 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 24 May 2026 12:58:01 -0400 Subject: [PATCH 2/2] Reorder Windows installation mechanisms --- docs/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6cbcb8969e..3543789bef 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -36,14 +36,14 @@ brew install mise == Windows ::: code-group -```shell [winget] -winget install jdx.mise -``` - ```shell [scoop] scoop install mise ``` +```shell [winget] +winget install jdx.mise +``` + ```shell [chocolatey] choco install mise ```