From f77bd42320bab788d43dccfdeb1724b7a1cef194 Mon Sep 17 00:00:00 2001 From: ESCA111 Date: Sun, 29 Mar 2026 16:46:55 +1300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da82aef..bf562f8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This plugin uses the CloudseedCore reverb algorithm made by Ghost Note Audio. Ch This was made to be able to run a cloudseed powered reverb inside of guitarix. -to build, run +To build, run: ``` git clone https://git.esca111.xyz/ESCA111/cloudPedal.git && cd cloudPedal mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local -G Ninja ../ ninja ``` -the LV2 can then be copied to your LV2 folder (usually in `/usr/lib/lv2` or `~./.lv2`) +The LV2 can then be copied to your LV2 folder (usually in `/usr/lib/lv2` or `~/.lv2`).