Skip to content

Commit 574c17c

Browse files
committed
chore: update repo references from jazonh to TCGplayer org
1 parent bf20518 commit 574c17c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Open Terminal and run:
66
```bash
7-
curl -s https://raw.githubusercontent.com/jazonh/Design-Review-Helper-Releases/main/install.sh | bash
7+
curl -s https://raw.githubusercontent.com/TCGplayer/Design-Review-Helper-Releases/main/install.sh | bash
88
```
99

1010
This automatically:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides public access to Design Review Helper releases.
66

77
**One-command install:**
88
```bash
9-
curl -s https://raw.githubusercontent.com/jazonh/Design-Review-Helper-Releases/main/install.sh | bash
9+
curl -s https://raw.githubusercontent.com/TCGplayer/Design-Review-Helper-Releases/main/install.sh | bash
1010
```
1111

1212
**Manual install:**

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

33
# One-command installer for Design Review Helper
4-
# Usage: curl -s https://raw.githubusercontent.com/jazonh/Design-Review-Helper-Releases/main/install.sh | bash
4+
# Usage: curl -s https://raw.githubusercontent.com/TCGplayer/Design-Review-Helper-Releases/main/install.sh | bash
55

66
set -e
77

8-
REPO="jazonh/Design-Review-Helper-Releases"
8+
REPO="TCGplayer/Design-Review-Helper-Releases"
99
APP_NAME="Design Review Helper"
1010
INSTALL_DIR="/Applications"
1111

0 commit comments

Comments
 (0)