From 673a24cd138ca84fcc6e758a42f856bd95b9f04c Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 8 May 2024 11:21:19 +0200 Subject: [PATCH] Tweak install instructions Signed-off-by: falkTX --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543c90b..9dc1548 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,6 @@ After dependencies are installed simply run `make` in the directory where this p Install ------- -After a successful build, simply copy or symlink the `lv2-gtk-ui-bridge.lv2` bundle into any direction within the `LV2_PATH`. -There is no `make install` step. +After a successful build, simply copy or symlink the `lv2-gtk-ui-bridge.lv2` bundle into any direction within the `LV2_PATH`, for example `~/.lv2/`. + +No that there is no `make install` step, you can easily just copy the bundle yourself.