Clarify Installation Wizard instructions in README

Updated wording for clarity regarding the Installation Wizard.
This commit is contained in:
Shaun Walker
2025-09-26 08:57:29 -04:00
committed by GitHub
parent d462fc7afd
commit 407a3a19b6

View File

@ -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.