Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
6e191e200d
commit
edb6b590b1
1 changed files with 2 additions and 1 deletions
|
@ -49,13 +49,14 @@ 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