File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Clone into the global plugins directory:
3030
3131``` bash
3232cd ~ /.config/opencode/plugins
33- git clone https://github.com/ercin /opencode-sync
33+ git clone https://github.com/ErcinDedeoglu /opencode-sync
3434cd opencode-sync
3535npm install && npm run build
3636```
@@ -39,7 +39,7 @@ Or for project-specific installation:
3939
4040``` bash
4141cd your-project/.opencode/plugins
42- git clone https://github.com/ercin /opencode-sync
42+ git clone https://github.com/ErcinDedeoglu /opencode-sync
4343cd opencode-sync
4444npm install && npm run build
4545```
Original file line number Diff line number Diff 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
1818cd opencode-sync
1919npm install
2020npm run build
You can’t perform that action at this time.
0 commit comments