Skip to content

Commit

Permalink
docs: clean up activation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2025
1 parent d4a67e8 commit d208418
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <https://mise.run> uses by
default. If you've
installed mise by some other means it may be on `PATH` or somewhere different.

== Brew

::: code-group
Expand All @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d208418

Please sign in to comment.