@costrict/cs-darwin-arm64 3.0.12 → 3.0.14
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 +12 -0
- package/bin/cs +0 -0
- package/bin/index.js.map +63 -62
- package/bin/worker.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,10 +14,22 @@
|
|
|
14
14
|
|
|
15
15
|
### Installation
|
|
16
16
|
|
|
17
|
+
**Using npm:**
|
|
18
|
+
|
|
17
19
|
```bash
|
|
18
20
|
npm i -g @costrict/cs@latest
|
|
19
21
|
```
|
|
20
22
|
|
|
23
|
+
**Using curl (one-liner):**
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
# Linux / macOS
|
|
27
|
+
curl -fsSL https://costrict.ai/install.sh | bash
|
|
28
|
+
|
|
29
|
+
# Windows 10+ (CMD / PowerShell)
|
|
30
|
+
powershell iwr https://costrict.ai/install.bat -Out install.bat;.\install.bat
|
|
31
|
+
```
|
|
32
|
+
|
|
21
33
|
> [!TIP]
|
|
22
34
|
> Remove versions older than 2.x before installing.
|
|
23
35
|
|
package/bin/cs
CHANGED
|
Binary file
|