From e2473994c5ca36d691aa40f99b8d95273ee6603b Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 26 Sep 2019 01:27:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdbe3e29..01f8b8da 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The process is as follows: In the shell world, this means ```sh -git clone --recursive https://github.com/paulfd/sfizz.git +git clone --recursive https://github.com/sfztools/sfizz.git cd sfizz mkdir build && cd build cmake -D CMAKE_BUILD_TYPE=Release -D SFIZZ_CLIENTS=ON ..