diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 33248bbc..79eccb85 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -27,7 +27,6 @@ General procedures: 5. /publish to publish packages on root bot. - ### Windows #### 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. ![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png)