diff --git a/README.md b/README.md index fc590da4..abaad76b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,10 @@ It's written in C# running on .Net Core that is full cross-platform framework, t ```sh PS D:\> git clone https://github.com/dotnetcore/BotSharp PS D:\> cd BotSharp - PS D:\BotSharp\> dotnet run -p .\src\WebStarter + # For Windows + PS D:\BotSharp\> dotnet run --project .\src\WebStarter\WebStarter.csproj -p SolutionName=BotSharp + # For Linux + $ dotnet run --project ./src/WebStarter/WebStarter.csproj -p SolutionName=BotSharp ``` 2. Run Admin UI project, reference to [BotSharp UI](https://github.com/SciSharp/BotSharp-UI).