Update README.md

This commit is contained in:
skiercm
2025-07-12 06:53:40 -04:00
committed by GitHub
parent 772fb7da52
commit 06b447ddd5
+2 -2
View File
@@ -98,7 +98,7 @@ HOPS (Homelab Orchestration Provisioning Script) automates the deployment of a c
### 1. Download HOPS ### 1. Download HOPS
```bash ```bash
git clone https://github.com/yourusername/hops.git git clone https://github.com/skiercm/hops.git
cd hops cd hops
chmod +x hops.sh chmod +x hops.sh
``` ```
@@ -308,7 +308,7 @@ We welcome contributions! Please:
### Development Setup ### Development Setup
```bash ```bash
git clone https://github.com/yourusername/hops.git git clone https://github.com/skiercm/hops.git
cd hops cd hops
# Make changes to scripts # Make changes to scripts
# Test with: sudo ./hops.sh # Test with: sudo ./hops.sh