diff --git a/subdomains/docs/_guide/getting-started.md b/subdomains/docs/_guide/getting-started.md index 446cbc5..c8655ad 100644 --- a/subdomains/docs/_guide/getting-started.md +++ b/subdomains/docs/_guide/getting-started.md @@ -20,6 +20,12 @@ For [bash](https://www.gnu.org/software/bash/), [zsh](https://www.zsh.org/), and For Windows, [download and run the Windows installer](https://github.com/volta-cli/volta/releases/download/v{{ site.data.latest-version }}/volta-{{ site.data.latest-version }}-windows-x86_64.msi) and follow the instructions. +Or use [`winget`](https://aka.ms/winget-cli): + +```bash +winget install Volta.Volta +``` + {% include note.html content="Volta's functionality depends on creating symlinks, so you must either: