@walterra/pi-charts 0.0.1 → 0.0.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 +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,16 +5,10 @@ Vega-Lite chart extension for [pi coding agent](https://github.com/badlogic/pi-m
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pi install
|
|
8
|
+
pi install npm:@walterra/pi-charts
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
npm install @walterra/pi-charts
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
Then in your pi config, add the extension path.
|
|
11
|
+
This installs the package globally and adds it to your pi settings.
|
|
18
12
|
|
|
19
13
|
## Features
|
|
20
14
|
|