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 d9e6de8 commit e235c74
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ You can verify the installation by running:
when activated.

== Brew
Using [brew](https://brew.sh/) package manager

```shell
brew install mise
Expand All @@ -51,8 +50,6 @@ choco install mise

== Debian/Ubuntu (apt)

For installation on Ubuntu/Debian:

::: code-group

```sh [amd64]
Expand All @@ -75,8 +72,6 @@ sudo apt install -y mise

== Fedora (dnf)

For installation on Fedora:

```sh
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
Expand Down Expand Up @@ -140,6 +135,8 @@ echo 'eval "$(mise activate zsh)"' >> ~/.zshrc

== Windows

::: code-group

```powershell [powershell]
$shimPath = "$env:USERPROFILE\AppData\Local\mise\shims"
$currentPath = [Environment]::GetEnvironmentVariable('Path', 'User')
Expand Down

0 comments on commit e235c74

Please sign in to comment.