update installtion script

This commit is contained in:
Nishan
2026-05-09 18:07:48 +05:30
parent b83738716c
commit 628548c359

View File

@@ -25,12 +25,12 @@ Watch live demo video showcasing the CK-X Simulator in action:
#### Linux & macOS
```bash
curl -fsSL https://raw.githubusercontent.com/nishanb/ck-x/master/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/nishanb/sailor-sh/master/scripts/install.sh | bash
```
#### Windows ( make sure WSL2 is enabled in the docker desktop )
```powershell
irm https://raw.githubusercontent.com/nishanb/ck-x/master/scripts/install.ps1 | iex
irm https://raw.githubusercontent.com/nishanb/sailor-sh/master/scripts/install.ps1 | iex
```
### Manual Installation