Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
4f75fecc92
commit
6e191e200d
1 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||

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