pi-updater 0.2.0 → 0.2.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,12 @@ Version checks are cached. Latest version is fetched in the background on startu
19
19
 
20
20
  ## Install
21
21
 
22
+ ```bash
23
+ pi install npm:pi-updater
24
+ ```
25
+
26
+ Or from git:
27
+
22
28
  ```bash
23
29
  pi install git:github.com/tonze/pi-updater
24
30
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-updater",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A /update command for pi — check for new versions, install updates with npm, and resume with pi -c after restart",
5
5
  "type": "module",
6
6
  "license": "MIT",