Merge pull request #9 from kp625544/patch-1

Update install-guide.md
This commit is contained in:
Frikkylikeme
2020-05-21 14:38:18 +02:00
committed by GitHub
+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. 2. Run docker-compose.
``` ```
git clone https://github.com/frikky/shuffle git clone https://github.com/frikky/shuffle
cd shuffle cd Shuffle
docker-compose up -d docker-compose up -d
``` ```