Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-11-22 08:21:11 -03:00 committed by GitHub
parent 4f75fecc92
commit 6e191e200d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ General procedures:
5. /publish to publish packages on root bot. 5. /publish to publish packages on root bot.
### Windows ### Windows
#### PowerShell Script #### PowerShell Script
@ -48,6 +47,17 @@ cd BotServer
``` ```
### Linux (Ubuntu)
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt update
sudo apt install code
### 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)