Update README.md
This commit is contained in:
14
README.md
14
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.
|
||||
[](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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user