From c1880c54cea9d24d48e6034cc39c315db960a7d3 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Wed, 1 Oct 2025 08:27:26 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 024dd4cb..30e0422f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ A free ASP.NET hosting account. No hidden fees. No credit card required. **Installing using the Oqtane Application Template:** +(Note that "MyCompany.MyProject" can be replaced with your own unique company and project name) + ``` dotnet new install Oqtane.Application.Template dotnet new oqtane-app -o MyCompany.MyProject @@ -35,8 +37,8 @@ cd Server dotnet run ``` -- 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 +- Browse to the Url specified to run the application (an Installation Wizard screen will be displayed the first time you run the application) +- To develop/debug the application in an IDE, open the *.sln file in the root folder and hit F5 **Installing using source code from the Dev/Master branch:**