From f0d4a416bed8d07575b9d0730bd37a95ca646c5e Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Mon, 17 Nov 2025 09:33:54 -0500 Subject: [PATCH] Clarify cloning instructions for Oqtane repository Updated instructions for cloning Oqtane source code. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f153d12e..015737c1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ dotnet run - Install the latest edition of [Visual Studio 2026](https://visualstudio.microsoft.com/downloads) with the **ASP.NET and web development** workload enabled. Oqtane works with ALL editions of Visual Studio from Community to Enterprise. If you wish to use LocalDB for development ( not a requirement as Oqtane supports SQLite, mySQL, and PostgreSQL ) you must also install the **Data storage and processing**. -- Clone (or download) the Oqtane Master or Dev branch source code to your local system. +- Clone (or download) the Oqtane source code to your local system: + + - Dev Branch: git clone https://github.com/oqtane/oqtane.framework + - Master Branch: git clone --single-branch --branch master https://github.com/oqtane/oqtane.framework - Open the **Oqtane.slnx** solution file (make sure you specify Oqtane.Server as the Startup Project)