From 1fbdd544ea1b495c0092932e2323ec2a19099a9e Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 3 Aug 2023 14:24:57 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index ae76adb0..9d1922a4 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -43,9 +43,9 @@ Please ensure that Node.js is not installed and enter your Source Directory. ``` powershell Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) -cinst git --confirm -cinst nodejs --confirm --version=19.3.0 -cinst vscode --confirm +choco install git --confirm +choco install nodejs --confirm --version=19.3.0 +choco install vscode --confirm &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git cd BotServer