From 3d7fcb00ac7c667ab99b91be3f4019c1d402229c Mon Sep 17 00:00:00 2001 From: Alan Perdomo Date: Thu, 5 Jan 2023 09:31:31 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index c27d9d6f..aba18a81 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -33,7 +33,7 @@ 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. -Please ensure that Node.js is not installed. +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')) @@ -42,15 +42,17 @@ cinst git --confirm cinst nodejs --confirm --version=19.3.0 cinst vscode --confirm -Install Python: https://www.python.org/downloads/release/python-2718/ - - -Enter your Source Directory: - &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git cd BotServer &"C:\Program Files\Microsoft VS Code\bin\code.cmd" . +#### Python & GCC + +Install Python: https://www.python.org/downloads/release/python-2718/ +npm install windows-build-tools -g +npm install -g node-gyp + + ``` ### Linux (Ubuntu)