update start backend service command in docs
This commit is contained in:
parent
c3f34b4b03
commit
caff53978b
|
|
@ -13,7 +13,7 @@ cd BotSharp
|
||||||
dotnet run --project .\src\WebStarter\WebStarter.csproj -p SolutionName=PizzaBot
|
dotnet run --project .\src\WebStarter\WebStarter.csproj -p SolutionName=PizzaBot
|
||||||
|
|
||||||
# Use BotSharp to include all dependent projects with latest source code
|
# Use BotSharp to include all dependent projects with latest source code
|
||||||
dotnet run --project .\src\WebStarter
|
dotnet run --project .\src\WebStarter\WebStarter.csproj -p SolutionName=BotSharp
|
||||||
```
|
```
|
||||||
|
|
||||||
Here you go, you will see this running screen.
|
Here you go, you will see this running screen.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue