Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
5a3e702a64
commit
bd749e2c66
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||||

|

|
||||||
|
|
Loading…
Add table
Reference in a new issue