Update README.md

This commit is contained in:
redtide 2019-09-26 01:27:07 +02:00 committed by GitHub
parent e1ddaa30df
commit e2473994c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ..