From 45f26bb22edda2754d680fe136f0aadf1e87a2da Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 8 Jan 2024 14:10:03 -0800 Subject: [PATCH 1/2] Clarify Getting Started Instructions. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f74ef9467..8b45aba54 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,18 @@ Please note that this project is owned by the .NET Foundation and is governed by **Using Version 5:** - Install **[.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)**. - + - Install the latest edition (v17.8 or higher) of [Visual Studio 2022](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 the Oqtane dev branch source code to your local system. Open the **Oqtane.sln** solution file and Build the solution. Make sure you specify Oqtane.Server as the Startup Project and then Run the application. +- clone the Oqtane dev branch source code to your local system. + +- Open the **Oqtane.sln** solution file. + +- **Important:** Build the solution. + +- Make sure you specify Oqtane.Server as the Startup Project + +- Run the application. **Installing an official release:** From 95b74c5f2feacbabc9f14360b29a80f2f14e63ce Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 8 Jan 2024 14:46:37 -0800 Subject: [PATCH 2/2] Fix capitalization in list items. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45aba54..f8a8e677d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please note that this project is owned by the .NET Foundation and is governed by - Install the latest edition (v17.8 or higher) of [Visual Studio 2022](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 the Oqtane dev branch source code to your local system. +- Clone the Oqtane dev branch source code to your local system. - Open the **Oqtane.sln** solution file.