From 8c31da5e6ea08336592d958096b22b467c37777d Mon Sep 17 00:00:00 2001 From: michie1 Date: Sat, 28 Jun 2025 13:01:11 +0200 Subject: [PATCH] Change cd ck-x to cd CK-X in COMPOSE-DEPLOY.md --- scripts/COMPOSE-DEPLOY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/COMPOSE-DEPLOY.md b/scripts/COMPOSE-DEPLOY.md index 291abd1..f2ebd79 100644 --- a/scripts/COMPOSE-DEPLOY.md +++ b/scripts/COMPOSE-DEPLOY.md @@ -41,7 +41,7 @@ irm https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.ps1 | 1. Clone the repository: ```bash git clone https://github.com/nishanb/CK-X.git - cd ck-x + cd CK-X ``` 2. Build and start the services using Docker Compose: @@ -138,4 +138,4 @@ docker compose down # Remove downloaded files cd .. rm -rf ck-x-simulator -``` \ No newline at end of file +```