Update README with correct repository URLs
This commit is contained in:
parent
edfdeb5117
commit
dd85ea6ee0
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ A community-driven web application for tracking ICE activity locations in Michig
|
||||||
|
|
||||||
1. **Clone the repository:**
|
1. **Clone the repository:**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/icewatch.git
|
git clone https://github.com/deco/ice.git
|
||||||
cd icewatch
|
cd icewatch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -65,12 +65,12 @@ PORT=3000
|
||||||
|
|
||||||
1. **Run the deployment script on your server:**
|
1. **Run the deployment script on your server:**
|
||||||
```bash
|
```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:**
|
2. **Deploy your application:**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/icewatch.git /opt/icewatch
|
git clone https://github.com/deco/icewatch.git /opt/icewatch
|
||||||
cd /opt/icewatch
|
cd /opt/icewatch
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue