Update chapter-06-.gbapp reference.md
This commit is contained in:
parent
da7fb8da54
commit
544a0c4670
1 changed files with 3 additions and 4 deletions
|
@ -22,12 +22,12 @@ this deployed .gbapp.
|
||||||
8. Run the bot server by `gbot.cmd`.
|
8. Run the bot server by `gbot.cmd`.
|
||||||
|
|
||||||
|
|
||||||
* Recomended Chocolatey packages
|
#### Recomended Chocolatey packages
|
||||||
|
|
||||||
|
Please, note --confirm was added for convenience.
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
|
|
||||||
choco feature enable -n allowGlobalConfirmation
|
|
||||||
|
|
||||||
cinst git --confirm
|
cinst git --confirm
|
||||||
cinst nodejs --confirm
|
cinst nodejs --confirm
|
||||||
npm install -g npm-check-updates
|
npm install -g npm-check-updates
|
||||||
|
@ -122,4 +122,3 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
|
||||||
| tomashubelbauer.vscode-markdown-table-format | Formats MarkDown tables so that all columns have the same width |
|
| tomashubelbauer.vscode-markdown-table-format | Formats MarkDown tables so that all columns have the same width |
|
||||||
| esbenp.prettier-vscode | VS Code plugin for prettier/prettier (wraps at column 80) |
|
| esbenp.prettier-vscode | VS Code plugin for prettier/prettier (wraps at column 80) |
|
||||||
| mikestead.dotenv | .env support |
|
| mikestead.dotenv | .env support |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue