From 4ffe8fac3ac812a75041b2626aa3abd0261f2e9b Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 16 Sep 2025 14:44:45 -0400 Subject: [PATCH] Enhance README with run and debug instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)**.