Skip to content

Commit b2e399d

Browse files
committed
fix: update repository URL to use correct GitHub username
1 parent 6ff20d8 commit b2e399d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Clone into the global plugins directory:
3030

3131
```bash
3232
cd ~/.config/opencode/plugins
33-
git clone https://github.com/ercin/opencode-sync
33+
git clone https://github.com/ErcinDedeoglu/opencode-sync
3434
cd opencode-sync
3535
npm install && npm run build
3636
```
@@ -39,7 +39,7 @@ Or for project-specific installation:
3939

4040
```bash
4141
cd your-project/.opencode/plugins
42-
git clone https://github.com/ercin/opencode-sync
42+
git clone https://github.com/ErcinDedeoglu/opencode-sync
4343
cd opencode-sync
4444
npm install && npm run build
4545
```

docs/DEV-SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Guide for developers and LLM coding agents to set up a local development environ
1414
### 1. Clone and Build
1515

1616
```bash
17-
git clone https://github.com/ercin/opencode-sync.git
17+
git clone https://github.com/ErcinDedeoglu/opencode-sync.git
1818
cd opencode-sync
1919
npm install
2020
npm run build

0 commit comments

Comments
 (0)