From 85d162aa9d1d9a19e0c4cd1f0d1ff9777f38759e Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:32:50 -0400 Subject: [PATCH] Update README.md --- Oqtane.Application/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 5b4de06c..c4292d23 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -5,7 +5,6 @@ This folder contains content files for a Visual Studio Project Template designed ``` 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 application dependency.