Skip to content

Commit 7596b95

Browse files
committed
refactor(docs): simplify installation instructions by removing local plugin directory option
1 parent e80b984 commit 7596b95

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Sync your OpenCode configuration, sessions, and data across multiple machines us
1414

1515
## Installation
1616

17-
### Option 1: npm package (Recommended)
18-
1917
Add to your `opencode.json` config file:
2018

2119
```json
@@ -24,26 +22,6 @@ Add to your `opencode.json` config file:
2422
}
2523
```
2624

27-
### Option 2: Local plugin directory
28-
29-
Clone into the global plugins directory:
30-
31-
```bash
32-
cd ~/.config/opencode/plugins
33-
git clone https://github.com/ErcinDedeoglu/opencode-sync
34-
cd opencode-sync
35-
npm install && npm run build
36-
```
37-
38-
Or for project-specific installation:
39-
40-
```bash
41-
cd your-project/.opencode/plugins
42-
git clone https://github.com/ErcinDedeoglu/opencode-sync
43-
cd opencode-sync
44-
npm install && npm run build
45-
```
46-
4725
## What Gets Synced
4826

4927
| Category | Data | Default |

0 commit comments

Comments
 (0)