From 09a7457c01463892915f71d7671cccccd720e3cb Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 16 Sep 2025 14:41:36 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e68f190..af6c0d68 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,19 @@ Microsoft's Public Cloud (requires an Azure account) A free ASP.NET hosting account. No hidden fees. No credit card required. [![Deploy to MonsterASP.NET](https://www.oqtane.org/files/Public/MonsterASPNET.png)](https://www.monsterasp.net/) -# Getting Started (Version 6) +# Getting Started (Version 6.2+) + +**Installing using the Oqtane Application Template:** + +``` +dotnet new install Oqtane.Application.Template +dotnet new oqtane-app -o MyCompany.MyProject +cd MyCompany.MyProject +dotnet build +cd Server +dotnet run +browse to http://localhost:5001 +``` **Installing using source code from the Dev/Master branch:**