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 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 - 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:** **Installing using source code from the Dev/Master branch:**
@ -48,8 +48,6 @@ dotnet run
- Open the **Oqtane.sln** solution file. - 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. - Make sure you specify Oqtane.Server as the Startup Project.
- Run the application... an Installation Wizard screen will be displayed which will allow you to configure your preferred database and create a host user account. - Run the application... an Installation Wizard screen will be displayed which will allow you to configure your preferred database and create a host user account.