diff --git a/README.md b/README.md index af6c0d68..a5351848 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ cd MyCompany.MyProject dotnet build cd Server dotnet run -browse to http://localhost:5001 ``` +Browse to http://localhost:5001 to run the application (the Install Wizard will be displayed the first time). +To develop/debug, open the MyCompany.MyProject.sln file in the root folder and hit F5. + **Installing using source code from the Dev/Master branch:** - Install **[.NET 9.0.8 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)**.