From 407a3a19b68d2ad18dde4f2d72939d756d39f7d1 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 26 Sep 2025 08:57:29 -0400 Subject: [PATCH] Clarify Installation Wizard instructions in README Updated wording for clarity regarding the Installation Wizard. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b7c55c1..5878766b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cd Server dotnet run ``` -- Browse to http://localhost:5001 to run the application (the Install Wizard will be displayed the first time) +- Browse to http://localhost:5001 to run the application (an Installation Wizard screen will be displayed the first time you run the application) - 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:** @@ -47,8 +47,6 @@ dotnet run - Clone (or download) the Oqtane Master or Dev branch source code to your local system. - Open the **Oqtane.sln** solution file. - -- **Important:** Rebuild the entire solution before running it (ie. Build / Rebuild Solution). - Make sure you specify Oqtane.Server as the Startup Project.