Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
granstel authored Jul 9, 2021
1 parent 1c5c17a commit 77d2fc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ Install
-------
It's available via dotnet new:
`dotnet new -i GranSteL.Templates.Chatbot`
and then `dotnet new gsl.chatbot.full -n MyChatBot -o .\ --allow-scripts yes` at the required folder. You will get projects for all supported channels: Telegram, Yandex.Dialogs, Chat2Desk. You can specify required channels, e.g. Telegram: `dotnet new gsl.chatbot.full -n MyChatBot -o .\ -t --allow-scripts yes`
and then `dotnet new gsl.chatbot.full -n MyChatBot -o .\ --allow-scripts yes` at the required folder. You will get projects for all supported channels: Telegram, Yandex.Dialogs, Chat2Desk. You can specify required channels, e.g. Telegram: `dotnet new gsl.chatbot.full -n MyChatBot -o .\ --telegram --allow-scripts yes`

Allowed channels:
* -t, --telegram
* -y, --yandex
* -c, --chat2desk
* -m, --marusia
* -s, --sber

0 comments on commit 77d2fc7

Please sign in to comment.