Skip to content

Commit

Permalink
Merge pull request #117 from bendichter/patch-6
Browse files Browse the repository at this point in the history
fix formatting for install.md
  • Loading branch information
francopestilli committed Dec 4, 2023
2 parents 7c48709 + 5303ac4 commit 4572fdd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4572fdd

Please sign in to comment.