Skip to content

Commit

Permalink
Add winget (Official Package Manager for Windows)
Browse files Browse the repository at this point in the history
Add winget (Official Package Manager for Windows) as an alternative install method for Windows. Also, the link at line #32 points to line #243 instead of line #353.
  • Loading branch information
Sarveshmrao authored and Derek Lewis committed Dec 10, 2021
1 parent 88f8ca7 commit c391cdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,14 @@ Download the [Windows Installer](https://nodejs.org/en/#home-downloadhead) direc

### Alternatives

Using **[Winget](https://aka.ms/winget-cli)**:

```bash
winget install OpenJS.NodeJS
# or for LTS
winget install OpenJS.NodeJSLTS
```

Using **[Chocolatey](https://chocolatey.org/)**:

```bash
Expand Down

0 comments on commit c391cdf

Please sign in to comment.