From d208418a5f63803185c4aa5f06afecd9e8832496 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:59:52 -0600 Subject: [PATCH] docs: clean up activation instructions --- docs/getting-started.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index f1b470dc37..9869d1df55 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -103,7 +103,7 @@ See [this guide](dev-tools/shims.md) for more information. :::tabs key:installing-mise -== Linux/macOS +== `curl https://mise.run | sh` ::: code-group @@ -119,13 +119,6 @@ echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish ``` -- Make sure you restart your shell session after modifying your rc file in order for it to take - effect. -- Also note that - this uses `~/.local/bin/mise` as the binary location since that's what uses by - default. If you've - installed mise by some other means it may be on `PATH` or somewhere different. - == Brew ::: code-group @@ -143,8 +136,6 @@ echo 'eval "$(mise activate zsh)"' >> ~/.zshrc # you can disable this behavior with `set -Ux MISE_FISH_AUTO_ACTIVATE 0` ``` -- Make sure you restart your shell session after modifying your rc file in order for it to take effect. - == Windows ```powershell [powershell] @@ -175,6 +166,8 @@ echo 'mise activate fish | source' >> ~/.config/fish/config.fish ::: +Make sure you restart your shell session after modifying your rc file in order for it to take effect. + ## 3. Using `mise` :::info