Skip to content

Commit

Permalink
docs: fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Jun 1, 2024
1 parent b5841d8 commit 56083f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ If you need something else, compile it with `cargo install mise` (see below).

For Alpine Linux:

```
```sh
apk add mise
```

Expand Down Expand Up @@ -257,15 +257,15 @@ cargo install mise --git https://github.com/jdx/mise --branch main

For Fedora, CentOS, Amazon Linux, RHEL and other dnf-based distributions:

```
```sh
dnf install -y dnf-plugins-core
dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
dnf install -y mise
```

### Docker

```
```sh
docker run jdxcode/mise x node@20 -- node -v
```

Expand Down

0 comments on commit 56083f8

Please sign in to comment.