@mechanai/deepreview 2.4.1 → 2.4.2
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ OpenCode caches plugins on first install and does not automatically check for ne
|
|
|
89
89
|
To upgrade:
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
rm -rf ~/.cache/opencode/packages
|
|
92
|
+
rm -rf ~/.cache/opencode/packages/@mechanai/deepreview*/
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
Then restart OpenCode. It will re-fetch the latest version.
|