@vclawhub/vclaw 0.2.6 → 0.2.7
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -156,11 +156,7 @@ Detects your OS/arch, downloads NATS server, pi.dev CLI, vclaw binary, and the `
|
|
|
156
156
|
|
|
157
157
|
### Option B: From source
|
|
158
158
|
|
|
159
|
-
|
|
160
|
-
git clone https://github.com/chatek/vclaw-agent.git
|
|
161
|
-
cd vclaw-agent
|
|
162
|
-
./install.sh
|
|
163
|
-
```
|
|
159
|
+
Source will be published at `https://github.com/chatek` — check back soon.
|
|
164
160
|
|
|
165
161
|
### Option C: Manual component install
|
|
166
162
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vclawhub/vclaw",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "VClaw Agent — one-command setup for pi.dev + pi-web.dev + NATS leaf node + vchat.email network",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/chatek
|
|
20
|
+
"url": "git+https://github.com/chatek.git"
|
|
21
21
|
},
|
|
22
22
|
"bugs": {
|
|
23
23
|
"url": "https://github.com/chatek/vclaw-agent/issues"
|