Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-09-23 15:09:43 -03:00 committed by GitHub
parent 7670115e3e
commit 31ee5501b4

View file

@ -29,6 +29,8 @@ Copy and paste on a PowerShell prompt with elavated privileges and when VSCode i
``` powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
## Automatic installation by PowerShell
cinst git --confirm
cinst nodejs --confirm --version=10.19.0
cinst vscode --confirm