Update install-guide.md

Changed cd shuffle to cd Shuffle as the repo starts with a capital S
This commit is contained in:
Kaushal Parikh
2020-05-21 15:42:43 +05:30
committed by GitHub
parent 24c37347e5
commit 184fb87520
+1 -1
View File
@@ -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
```