@scheduler-systems/gal-run 0.0.199 → 0.0.201

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 CHANGED
@@ -15,6 +15,22 @@ brew tap scheduler-systems/tap
15
15
  brew install gal
16
16
  ```
17
17
 
18
+ Windows:
19
+
20
+ ```powershell
21
+ winget install SchedulerSystems.GAL
22
+ ```
23
+
24
+ Bootstrap scripts:
25
+
26
+ ```bash
27
+ curl -fsSL https://gal.run/install.sh | sh
28
+ ```
29
+
30
+ ```powershell
31
+ powershell -NoProfile -ExecutionPolicy Bypass -Command "$script = Join-Path $env:TEMP 'gal-install.ps1'; Invoke-WebRequest -UseBasicParsing -Uri 'https://gal.run/install.ps1' -OutFile $script; & $script; Remove-Item $script -Force"
32
+ ```
33
+
18
34
  ## Usage
19
35
 
20
36
  ```bash