docs: fix the readme

This commit is contained in:
Blake Ridgway 2025-06-18 16:31:14 -05:00
parent 5024a0db9e
commit d7c8636b23

View file

@ -30,13 +30,11 @@ You can run this application either directly using the .NET SDK or via Docker.
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
git clone https://gitlab.com/YourUsername/turf_tasker.git git clone https://gitlab.com/blakeridgway/turf-tasker.git
cd turf_tasker
``` ```
(Replace `YourUsername` with your actual GitLab username)
2. **Navigate to the project directory:** 2. **Navigate to the project directory:**
```bash ```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`.) (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:** 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/) * [Docker Installation Guide](https://docs.docker.com/engine/install/)
2. **Clone the repository** (if you haven't already): 2. **Clone the repository** (if you haven't already):
```bash ```bash
git clone https://gitlab.com/YourUsername/turf_tasker.git git clone https://gitlab.com/blakeridgway/turf-tasker.git
cd turf_tasker
``` ```
3. **Navigate to the project directory** (where `turf_tasker.csproj` and `Dockerfile` are located): 3. **Navigate to the project directory**:
```bash ```bash
cd turf_tasker # Or if you're already there, skip this. cd turf_tasker
``` ```
4. **Build the Docker image:** 4. **Build the Docker image:**
```bash ```bash