Update README.md

This commit is contained in:
Shaun Walker
2025-08-15 12:44:50 -04:00
committed by GitHub
parent 0344f4d60b
commit 48a90072ee

View File

@ -8,7 +8,7 @@ dotnet new oqtane-app -o MyCompany.MyProject
dotnet new uninstall Oqtane.Application.Template
```
When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard applicaton dependency.
When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency.
The solution contains an AppHost project which must be identified as the Startup project. It is only responsible for loading the development environment and launching the Oqtane framework.