From 9cdc1ca4dcb8ee9bc5c60a0d6f9ccb862e207d01 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 9 Nov 2022 12:05:37 +0100 Subject: [PATCH] chore: Fixed repo url to point to Shuffle org --- .github/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index df1e5a87..c876f109 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -11,7 +11,7 @@ The Docker setup is done with docker-compose 1. Make sure you have [Docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/) installed. 2. Download Shuffle ```bash -git clone https://github.com/frikky/Shuffle +git clone https://github.com/Shuffle/Shuffle cd Shuffle ```