From 8bee8d2f3f39cb238b548997e021d5790d9e7561 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 16 Sep 2025 14:45:33 -0400 Subject: [PATCH] Revise README instructions for application setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5351848..1430e624 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ cd Server dotnet run ``` -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. +- Browse to http://localhost:5001 to run the application (the Install Wizard will be displayed the first time) +- To develop/debug the application, open the MyCompany.MyProject.sln file in the root folder and hit F5 **Installing using source code from the Dev/Master branch:**