@polterware/polterbase 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.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,20 @@ polterbase
|
|
|
43
43
|
|
|
44
44
|
`polterbase` is a global CLI tool. Do not add it to `dependencies` or `devDependencies` of app projects.
|
|
45
45
|
|
|
46
|
+
### Update
|
|
47
|
+
|
|
48
|
+
If you run Polterbase with `npx`, always use the latest published version explicitly:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
npx @polterware/polterbase@latest
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
If you installed it globally, update it with:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
npm install -g @polterware/polterbase@latest
|
|
58
|
+
```
|
|
59
|
+
|
|
46
60
|
---
|
|
47
61
|
|
|
48
62
|
## Requirements
|