update start backend service command in docs

This commit is contained in:
Wenwei Lin 2024-03-09 08:08:02 +08:00
parent c3f34b4b03
commit caff53978b

View file

@ -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.