File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments