From dd85ea6ee0f6b1f97e89fe2b4a54e593c081d940 Mon Sep 17 00:00:00 2001 From: Deco Vander Date: Wed, 2 Jul 2025 23:48:58 -0400 Subject: [PATCH] Update README with correct repository URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffd8273..585e2c2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A community-driven web application for tracking ICE activity locations in Michig 1. **Clone the repository:** ```bash - git clone https://github.com/yourusername/icewatch.git + git clone https://github.com/deco/ice.git cd icewatch ``` @@ -65,12 +65,12 @@ PORT=3000 1. **Run the deployment script on your server:** ```bash - curl -sSL https://raw.githubusercontent.com/yourusername/icewatch/main/scripts/deploy.sh | bash + curl -sSL https://raw.githubusercontent.com/deco/icewatch/main/scripts/deploy.sh | bash ``` 2. **Deploy your application:** ```bash - git clone https://github.com/yourusername/icewatch.git /opt/icewatch + git clone https://github.com/deco/icewatch.git /opt/icewatch cd /opt/icewatch npm install ```