diff --git a/README.md b/README.md index 187c7bb..16c0403 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,14 @@ $ ./build.sh After a successful build you can start the web application by executing the following command in your terminal: +### Windows + +dotnet run --project .\src\Server\ + +### Linux / macOS ``` dotnet run src/Server ``` + After the application has started visit [http://localhost:5000](http://localhost:5000) in your preferred browser. \ No newline at end of file