From 919631aef88114ea981075df28a9b0395d86d4ed Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Thu, 24 Sep 2020 20:38:32 -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 30bc44d1..3dc6de36 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -31,6 +31,8 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We ## Automatic installation by PowerShell +Execute the commands in sequence: + cinst git --confirm cinst nodejs --confirm --version=10.19.0 cinst vscode --confirm