mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-05-23 08:52:49 +00:00
update instllation script path
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user