Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion subdomains/docs/_guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<ul>
<li>Enable <a href=\"https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development#accessing-settings-for-developers\" target=\"_blank\" noreferrer noopener>Developer Mode</a> (recommended)</li>
Expand All @@ -28,4 +34,4 @@ For Windows, [download and run the Windows installer](https://github.com/volta-c

### Windows Subsystem for Linux

If you are using Volta within the Windows Subsystem for Linux, follow the Unix installation guide above.
If you are using Volta within the Windows Subsystem for Linux, follow the Unix installation guide above.