Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
bd11a94dd0
commit
a39b34a075
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Copy and paste on a PowerShell prompt with elavated privileges and when VSCode i
|
||||||
``` powershell
|
``` powershell
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
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 git --confirm
|
||||||
cinst nodejs --confirm --version=10.19.0
|
cinst nodejs --confirm --version=10.19.0
|
||||||
cinst vscode --confirm
|
cinst vscode --confirm
|
||||||
|
|
Loading…
Add table
Reference in a new issue