Skip to content
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)**:

```console
winget install OpenJS.NodeJS
# or for LTS
winget install OpenJS.NodeJS.LTS
```

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

```bash
Expand Down