@xynogen/pix-welcome 0.1.5 → 0.1.6
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Renders a coloured ASCII π logo above the editor on session start and runs star
|
|
|
12
12
|
pi install npm:@xynogen/pix-welcome
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
> Also included in [`@xynogen/pix-core`](https://
|
|
15
|
+
> Also included in [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core):
|
|
16
16
|
>
|
|
17
17
|
> ```bash
|
|
18
18
|
> pi install npm:@xynogen/pix-core
|
|
@@ -20,6 +20,8 @@ pi install npm:@xynogen/pix-welcome
|
|
|
20
20
|
|
|
21
21
|
## Full distro
|
|
22
22
|
|
|
23
|
+
Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
|
|
24
|
+
|
|
23
25
|
To install the complete pix suite (all packages + Pi itself):
|
|
24
26
|
|
|
25
27
|
```bash
|