From e65941ea892d7d0b84dd5ea880d5cf4539cf171f Mon Sep 17 00:00:00 2001 From: stazed Date: Fri, 1 May 2020 13:54:29 -0500 Subject: [PATCH] Add some markdown formatting to README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd1ce085..d236408b 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ If you want to compile you will also need the development packages: To build both rakarrack-plus and LV2s: From top checkout directory: +```bash mkdir build cd build cmake .. make make install (as root) - +``` To remove: +```bash make uninstall (as root) - +``` Carla presets can be generated and installed by setting the "BuildCarlaPresets" flag (OFF by default). Use: