From 454a6661ab4c7a4147577c1ebcbb94fc7a844bc4 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Thu, 30 Jan 2020 16:42:34 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a4a767..7c56f157 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Most people will probably want the LV2 plugin with `libsndfile` built-in statically. You can directly build it this way through Docker: ``` -wget https://raw.githubusercontent.com/sfztools/sfizz/develop/scripts/Dockerfile -wget https://raw.githubusercontent.com/sfztools/sfizz/develop/scripts/x64-linux-hidden.cmake +wget https://raw.githubusercontent.com/sfztools/sfizz/master/scripts/Dockerfile +wget https://raw.githubusercontent.com/sfztools/sfizz/master/scripts/x64-linux-hidden.cmake docker build -t sfizz . docker cp $(docker create sfizz:latest):/tmp/sfizz/build/sfizz.lv2 . ```