Merge pull request #984 from joostdecock/install-repo-org-fix

chore: Fixed repo url to point to Shuffle org
This commit is contained in:
Frikky
2022-11-10 01:43:01 +01:00
committed by GitHub
+1 -1
View File
@@ -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
```