diff --git a/docs/getting-started.md b/docs/getting-started.md index c00d63ae1a..f1b470dc37 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -147,9 +147,6 @@ echo 'eval "$(mise activate zsh)"' >> ~/.zshrc == Windows -- When using `scoop`, mise is automatically activated -- If not using powershell, add `\AppData\Local\mise\shims` to `PATH`. - ```powershell [powershell] $shimPath = "$env:USERPROFILE\AppData\Local\mise\shims" $currentPath = [Environment]::GetEnvironmentVariable('Path', 'User') @@ -157,6 +154,9 @@ $newPath = $currentPath + ";" + $shimPath [Environment]::SetEnvironmentVariable('Path', $newPath, 'User') ``` +- When using `scoop`, mise is automatically activated +- If not using powershell, add `\AppData\Local\mise\shims` to `PATH`. + == Other package managers ::: code-group