Enhance README with run and debug instructions

This commit is contained in:
Shaun Walker
2025-09-16 14:44:45 -04:00
committed by GitHub
parent 09a7457c01
commit 4ffe8fac3a

View File

@ -33,9 +33,11 @@ cd MyCompany.MyProject
dotnet build dotnet build
cd Server cd Server
dotnet run 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:** **Installing using source code from the Dev/Master branch:**
- Install **[.NET 9.0.8 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)**. - Install **[.NET 9.0.8 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)**.