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;
|
||||
5. /publish to publish packages on root bot.
|
||||
|
||||
|
||||
### Windows
|
||||
|
||||
#### PowerShell Script
|
||||
|
@ -77,7 +76,7 @@ npm -v
|
|||
|
||||
```
|
||||
|
||||
Additional Infrastructure
|
||||
Additional Infrastructure
|
||||
```
|
||||
sudo apt-get install libxtst-dev
|
||||
apt-get install libpng-dev
|
||||
|
@ -85,7 +84,12 @@ sudo apt-get install python g++ build-essential
|
|||
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.
|
||||

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