From 184fb8752077a3bfa9bb7e7801d7130decdf4f80 Mon Sep 17 00:00:00 2001 From: Kaushal Parikh Date: Thu, 21 May 2020 15:42:43 +0530 Subject: [PATCH] Update install-guide.md Changed cd shuffle to cd Shuffle as the repo starts with a capital S --- install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide.md b/install-guide.md index 6be49372..f303188f 100644 --- a/install-guide.md +++ b/install-guide.md @@ -17,7 +17,7 @@ The Docker setup is done with docker-compose and is a single command to get set 2. Run docker-compose. ``` git clone https://github.com/frikky/shuffle -cd shuffle +cd Shuffle docker-compose up -d ```