Skip to content

Commit 7bea7d2

Browse files
committed
docs: add bunx quick install method to README
1 parent b510279 commit 7bea7d2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Call workaholic.stop to end workaholic mode
7171

7272
### Install Plugin
7373

74+
#### Use Bunx
75+
76+
```bash
77+
bunx opencode-workaholic@latest install
78+
```
79+
80+
#### Manual Installation
81+
7482
```bash
7583
# Clone or copy the plugin to your plugins directory
7684
# Then add to your OpenCode config
@@ -88,7 +96,7 @@ Or use local path:
8896

8997
```json
9098
{
91-
"plugins": ["file:///Users/r/Documents/ai-playground/opencode-workaholic"]
99+
"plugins": ["file:///<path-to>/opencode-workaholic"]
92100
}
93101
```
94102

@@ -115,4 +123,5 @@ MIT License. See the [LICENSE](LICENSE) file for details.
115123
## Acknowledgments
116124

117125
- [OpenCode](https://opencode.ai) - The platform that makes this possible
118-
- [opencode-plugin-template](https://github.com/zenobi-us/opencode-plugin-template) - The plugin framework that makes this easier
126+
- [opencode-plugin-template](https://github.com/zenobi-us/opencode-plugin-template) - The plugin framework that makes this easier
127+

0 commit comments

Comments
 (0)