update instllation script path

This commit is contained in:
Nishan
2026-05-10 07:06:25 +05:30
parent 628548c359
commit b6f6c3f7be
2 changed files with 3 additions and 3 deletions

View File

@@ -62,4 +62,4 @@ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
Copyright (c) 2026 Sailor.sh. All rights reserved.
Copyright (c) 2026 Sailor.sh. All rights reserved.

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/sailor-sh/master/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.sh | bash
```
#### Windows ( make sure WSL2 is enabled in the docker desktop )
```powershell
irm https://raw.githubusercontent.com/nishanb/sailor-sh/master/scripts/install.ps1 | iex
irm https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.ps1 | iex
```
### Manual Installation