From 56083f858a4ee28a020a414c1addf0c2bb7968af Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:54:43 -0500 Subject: [PATCH] docs: fixed syntax --- 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 2bda2255a3..adeb146a4e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -189,7 +189,7 @@ If you need something else, compile it with `cargo install mise` (see below). For Alpine Linux: -``` +```sh apk add mise ``` @@ -257,7 +257,7 @@ 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 @@ -265,7 +265,7 @@ dnf install -y mise ### Docker -``` +```sh docker run jdxcode/mise x node@20 -- node -v ```