Updated 04. MS Windows Setup (markdown)

nothingismagick
2020-02-15 18:49:40 +01:00
parent cea204e143
commit a5f6da97b6

@@ -17,8 +17,8 @@ Then install Chocolatey
```powershell
# BE SURE YOU ARE IN AN ADMINISTRATIVE PowerShell!
nvm install 12
nvm use 12
nvm install 12.16.0
nvm use 12.16.0
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install yarn
```