Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
a635aee1f2
commit
61ab8bc5b1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ General procedures:
|
|||
|
||||
#### PowerShell Script
|
||||
|
||||
Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server.
|
||||
Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server.
|
||||
Please ensure that Node.js is not installed.
|
||||
|
||||
``` powershell
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
|
|
Loading…
Add table
Reference in a new issue