openclawsetup 1.0.12 → 1.0.13
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/package.json
CHANGED
|
@@ -16,12 +16,12 @@ npx --yes openclawsetup@latest
|
|
|
16
16
|
|
|
17
17
|
**Linux / macOS:**
|
|
18
18
|
```bash
|
|
19
|
-
curl -fsSL https://unpkg.com/openclawsetup/install.sh | bash
|
|
19
|
+
curl -fsSL https://unpkg.com/openclawsetup@latest/install.sh | bash
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
**Windows PowerShell:**
|
|
23
23
|
```powershell
|
|
24
|
-
irm https://unpkg.com/openclawsetup/install.ps1 | iex
|
|
24
|
+
irm https://unpkg.com/openclawsetup@latest/install.ps1 | iex
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
### 方式三:指定端口
|