diff --git a/README.md b/README.md index e6d0a9e..2912966 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ A community-driven web application for tracking winter road conditions and icy h 1. **Clone the repository:** ```bash - git clone git@github.com:deco/great-lakes-ice-report.git - cd great-lakes-ice-report + git clone git@github.com:deco/ice.git + cd ice ``` 2. **Install dependencies:** @@ -70,8 +70,8 @@ PORT=3000 2. **Deploy your application:** ```bash - git clone git@github.com:deco/great-lakes-ice-report.git /opt/great-lakes-ice-report - cd /opt/great-lakes-ice-report + git clone git@github.com:deco/ice.git /opt/ice + cd /opt/ice npm install ``` @@ -83,8 +83,8 @@ PORT=3000 4. **Start services:** ```bash - sudo systemctl enable great-lakes-ice-report - sudo systemctl start great-lakes-ice-report + sudo systemctl enable ice + sudo systemctl start ice sudo systemctl enable caddy sudo systemctl start caddy ```