From d4a67e8ec72fed064cc776ab643f41da1ae01caa Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:56:19 -0600 Subject: [PATCH] docs: clean up activation instructions --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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