Merge pull request #7 from AlanPerdomo/patch-1

Update chapter-06-gbapp-reference.md
This commit is contained in:
Alan Perdomo 2023-01-28 08:54:14 -03:00 committed by GitHub
commit f6d026bbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ General procedures:
#### PowerShell Script #### 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. 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 ``` 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'))
@ -42,15 +42,17 @@ cinst git --confirm
cinst nodejs --confirm --version=19.3.0 cinst nodejs --confirm --version=19.3.0
cinst vscode --confirm 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 &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git
cd BotServer cd BotServer
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" . &"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) ### Linux (Ubuntu)