Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2022-10-25 09:40:39 -03:00 committed by GitHub
parent 5a3e702a64
commit bd749e2c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,6 @@ General procedures:
4. /setupSecurity to get access to Bot Drive; 4. /setupSecurity to get access to Bot Drive;
5. /publish to publish packages on root bot. 5. /publish to publish packages on root bot.
### Windows ### Windows
#### PowerShell Script #### PowerShell Script
@ -85,7 +84,12 @@ sudo apt-get install python g++ build-essential
npm install -g node-gyp npm install -g node-gyp
``` ```
### Setup git
```
git config --global user.name "Your Name"
git config --global user.email "someone@domain.com"
```
### Commands to check version of Node.js and NPM. ### Commands to check version of Node.js and NPM.
![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png) ![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png)