From d6da461d10954a4853430f68462964014620f672 Mon Sep 17 00:00:00 2001 From: b-tsammmons <233864410+b-tsammons@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:12:29 -1000 Subject: [PATCH] Updated SETUP.md --- SETUP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SETUP.md b/SETUP.md index 22cd43e..b980546 100644 --- a/SETUP.md +++ b/SETUP.md @@ -19,8 +19,8 @@ This tool automates the process of converting Azure DevOps work items into GitHu 1. **Clone/Download the Repository** ```bash - git clone https://github.com/yourusername/github_automation.git - cd github_automation + git clone https://github.com/TySP-Dev/github_automation.git + cd github_automation\application ``` 2. **Create Virtual Environment** (Recommended) @@ -46,13 +46,13 @@ This tool automates the process of converting Azure DevOps work items into GitHu 3. **Install Dependencies** ```bash - pip install -r application/requirements.txt + pip install -r requirements.txt ``` 4. **Run the Application** ```bash - python application/app.py + python app.py ``` ### Virtual Environment Management