From 5303ac423fe308c264d6e18b577b279f2311e30d Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Fri, 1 Dec 2023 11:18:39 -0500 Subject: [PATCH] fix formatting for install.md --- docs/cli/install.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/cli/install.md b/docs/cli/install.md index 704eb84..961409e 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -26,13 +26,14 @@ sudo npm install -g npm@10.2.4 ``` !!! Installation For "Mac OSX users" - The following command can install node.js if you have `homebrew` et up: + The following command can install node.js if you have `homebrew` set up: - ``` - brew install node - ``` + ``` + brew install node + ``` -!!! For other OSs, please see [Installing node.js](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions){target=_blank} page. +!!! For other OSs + Please see [Installing node.js](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions){target=_blank} page. !!! Info "For Windows Users"