Merge remote-tracking branch 'sfztools/master'

This commit is contained in:
paulfd 2019-09-28 14:18:02 +02:00
commit 07e2513e52

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