From 30047ff0ca75a73fb18ad533482eb0d8714cdfa9 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sat, 20 Apr 2024 20:34:32 +0200 Subject: [PATCH] Improve how-to instructions in readme Signed-off-by: Christopher Arndt --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 237bd6d..d20df83 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ Install the `amp.lv2` example plugin: them as you like (also rename `amp.lv2/amp.ttl`). I'll use `myplugin` as the base name in the examples below. -* Edit `myplugin.lv2/manifest.ttl` and change the plugin URI and change the - plugin's shared library name defined with `lv2:binary` to `libmyplugin.so`. +* Edit `myplugin.lv2/manifest.ttl`: + * Change the plugin URI. + * Change the plugin's shared library name defined via `lv2:binary` to + `libmyplugin.so`. + * Change file name referenced via `rdfs:seeAlso` to `myplugin.ttl`. * Edit `myplugin.lv2/myplugin.ttl`: * Change the plugin URI.