From d7c8636b23aed8b75f0353286d3fa765afaf5240 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Wed, 18 Jun 2025 16:31:14 -0500 Subject: [PATCH] docs: fix the readme --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e280295..9d5a85d 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,11 @@ You can run this application either directly using the .NET SDK or via Docker. 1. **Clone the repository:** ```bash - git clone https://gitlab.com/YourUsername/turf_tasker.git - cd turf_tasker + git clone https://gitlab.com/blakeridgway/turf-tasker.git ``` - (Replace `YourUsername` with your actual GitLab username) 2. **Navigate to the project directory:** ```bash - cd turf_tasker # Assuming your solution structure is SolutionFolder/ProjectFolder + cd turf-tasker ``` (If your `turf_tasker.csproj` is directly in the cloned `turf_tasker` folder, you might skip this `cd`.) 3. **Ensure .NET 8 SDK is installed:** @@ -65,12 +63,11 @@ You can run this application either directly using the .NET SDK or via Docker. * [Docker Installation Guide](https://docs.docker.com/engine/install/) 2. **Clone the repository** (if you haven't already): ```bash - git clone https://gitlab.com/YourUsername/turf_tasker.git - cd turf_tasker + git clone https://gitlab.com/blakeridgway/turf-tasker.git ``` -3. **Navigate to the project directory** (where `turf_tasker.csproj` and `Dockerfile` are located): +3. **Navigate to the project directory**: ```bash - cd turf_tasker # Or if you're already there, skip this. + cd turf_tasker ``` 4. **Build the Docker image:** ```bash