opencode-quotes-plugin 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,10 +8,12 @@ A motivational quotes plugin for OpenCode.
8
8
 
9
9
  ## Installation
10
10
 
11
- 1. In OpenCode, press control + P to bring up the command prompt
12
- 2. Search and select "Install Plugin"
13
- 3. Enter `opencode-quotes-plugin`
14
- 4. Restart OpenCode
11
+ Run:
12
+ ```bash
13
+ opencode plugin opencode-quotes-plugin -g
14
+ ```
15
+
16
+ This will install the plugin globally.
15
17
 
16
18
  ## Usage
17
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-quotes-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./tui": {