Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2019-11-11 12:24:45 -03:00 committed by GitHub
parent 46e188a1c7
commit 268cadff9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ session.
#### PowerShell Script
Copy and paste on a PowerShell prompt with elavated privileges:
Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server.
```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))