From 256f51ed397bf1b8ae2ce37f81229889d14f67f1 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 12 Jul 2025 11:32:11 -0500 Subject: [PATCH] docs: forgot to change the github link from template --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d546e8f..f896e3c 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Follow these steps to get Sentinel up and running on your system. 1. **Clone the repository:** ```bash - git clone https://github.com/yourusername/Sentinel.git # Replace with your actual repo URL - cd Sentinel + git clone https://gitlab.com/blakeridgway/sentinel.git + cd sentinel ``` 2. **Create and activate a Python virtual environment:**