opencode-sysinfo 1.0.2 → 1.0.3
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,11 @@ This plugin puts the hostname, project directory, resource usage, and battery le
|
|
|
24
24
|
|
|
25
25
|
## Installation
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
```bash
|
|
28
|
+
opencode plugin opencode-sysinfo
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Or add to your `tui.json` manually:
|
|
28
32
|
|
|
29
33
|
```json
|
|
30
34
|
{
|