From 293142a764b055d5de0b70f51e8414fe9c554f13 Mon Sep 17 00:00:00 2001 From: Ayman Abo Ghonim Date: Tue, 1 Jul 2025 10:20:53 +0000 Subject: [PATCH] Improve docs/RunApplication.md instructions - Add explicit repository name to header (AzDevOpsDemoGenerator) - Fix clone command with actual GitHub URL - Specify exact solution file path (src/ADOGenerator.sln) - Surgical changes with no formatting modifications --- docs/RunApplication.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/RunApplication.md b/docs/RunApplication.md index 54ffaab..78e1f06 100644 --- a/docs/RunApplication.md +++ b/docs/RunApplication.md @@ -1,3 +1,5 @@ +# Running the AzDevOpsDemoGenerator Application + To run the ADOGenerator project as a console application or executable, follow these steps: ## Prerequisites @@ -11,12 +13,12 @@ Ensure you have the following installed on your machine: 1. **Clone the Repository** If you haven't already, clone the repository to your local machine: ```sh - git clone - cd + git clone https://github.com/microsoft/AzDevOpsDemoGenerator.git + cd AzDevOpsDemoGenerator ``` 2. **Open the Solution** - Open the ADOGenerator.sln solution file in Visual Studio or your preferred IDE. + Open the solution file at `src/ADOGenerator.sln` in Visual Studio or your preferred IDE. 3. **Set ADOGenerator as the Startup Project** In Visual Studio: