From 93600370fae8b71d9211f48968ea9c8077405698 Mon Sep 17 00:00:00 2001 From: frikky Date: Sat, 23 May 2020 05:23:44 +0200 Subject: [PATCH] Set big S in Shuffle --- install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide.md b/install-guide.md index f303188f..b2c36381 100644 --- a/install-guide.md +++ b/install-guide.md @@ -16,7 +16,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 +git clone https://github.com/frikky/Shuffle cd Shuffle docker-compose up -d ```