@interleavelove/keating 0.1.1 → 0.1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ Visit **[keating.help](https://keating.help)** to use Keating directly in your b
|
|
|
61
61
|
Install via curl:
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
curl -fsSL https://
|
|
64
|
+
curl -fsSL https://raw.githubusercontent.com/Diogenesoftoronto/keating/main/scripts/install/install.sh | bash
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
Or with npm/pnpm/bun:
|
package/package.json
CHANGED