@getmonoceros/workbench 1.38.19 → 1.39.0
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 +2 -2
- package/dist/bin.js +557 -198
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,12 +18,12 @@ this up front and print platform-specific guidance.
|
|
|
18
18
|
|
|
19
19
|
```sh
|
|
20
20
|
# macOS / Linux
|
|
21
|
-
curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/install.sh | bash
|
|
21
|
+
curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/installer/install.sh | bash
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
```powershell
|
|
25
25
|
# Windows (PowerShell)
|
|
26
|
-
|
|
26
|
+
irm https://raw.githubusercontent.com/getmonoceros/workbench/main/installer/install.ps1 | iex
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
The script checks Docker + Node, installs the package globally via
|