From 06b447ddd5e866eed8d48cd198ef00701a936216 Mon Sep 17 00:00:00 2001 From: skiercm <37092472+skiercm@users.noreply.github.com> Date: Sat, 12 Jul 2025 06:53:40 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2d3c27..9bc1e46 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ HOPS (Homelab Orchestration Provisioning Script) automates the deployment of a c ### 1. Download HOPS ```bash -git clone https://github.com/yourusername/hops.git +git clone https://github.com/skiercm/hops.git cd hops chmod +x hops.sh ``` @@ -308,7 +308,7 @@ We welcome contributions! Please: ### Development Setup ```bash -git clone https://github.com/yourusername/hops.git +git clone https://github.com/skiercm/hops.git cd hops # Make changes to scripts # Test with: sudo ./hops.sh @@ -336,4 +336,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Made with ❤️ for the homelab community** -*HOPS - Making homelab deployment simple, secure, and reliable.* \ No newline at end of file +*HOPS - Making homelab deployment simple, secure, and reliable.*