From fd9c2c36de8b4231bbe9883b6121b0a008b27456 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 5 Jan 2020 11:42:41 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73a76b73..ea752de0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Assuming you want to build for x64, install the relevant packages as follows In the sfizz source directory, you can then build with CMake as usual, although you should clone the windows branch: ```powershell -git clone --branch windows --recursive https://github.com/sfztools/sfizz.git +git clone --recursive https://github.com/sfztools/sfizz.git cd sfizz mkdir build cd build