From 31ee5501b4f5301d4505770dadc9f268f8d6a78f Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:09:43 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 82b80f54..30bc44d1 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -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