From 0344f4d60b6c5d4f9adc05886f1f459fed6536aa Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 15 Aug 2025 12:44:31 -0400 Subject: [PATCH] Update README.md --- Oqtane.Application/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 79b57ddc..13c5a99b 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -2,9 +2,11 @@ This folder contains content files for a Visual Studio Project Template designed for Oqtane development projects. The template relies on the native templating capabilities of the .NET Command Line Interface (CLI): +``` dotnet new install Oqtane.Application.Template 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.