From dce9a60f58fe303fbffb12cf49b2f5e68bcf30e9 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 10 Mar 2022 15:35:17 -0500 Subject: [PATCH 1/2] Update GxPlugins.md --- docs/GxPlugins.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/GxPlugins.md b/docs/GxPlugins.md index e41d005..0ab4269 100644 --- a/docs/GxPlugins.md +++ b/docs/GxPlugins.md @@ -8,9 +8,10 @@ To install GxPlugins.lv2 on Raspberry Pi OS, Ubuntu or Debian (arm64), download Run the following command: +``` cd ~/Downloads sudo apt-get install ./gxplugins_0.9_arm64.deb - +``` ---- gxplugins_0.9_arm64.deb is provided under the terms of the [GNU General Public License v3.0](GPLv3.md). @@ -18,5 +19,5 @@ gxplugins_0.9_arm64.deb is provided under the terms of the [GNU General Public L © 2017 Hermann Meyer © 2019 Olivier Humbert -Compiled from source from https://github.com/brummer10/GxPlugins.lv2 +Compiled from source at https://github.com/brummer10/GxPlugins.lv2 From 9d2d56eef8af15337029dd845d9b562b06d21df9 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 10 Mar 2022 15:42:53 -0500 Subject: [PATCH 2/2] Update GxPlugins.md Convert download address to link into releases. --- docs/GxPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GxPlugins.md b/docs/GxPlugins.md index 0ab4269..d2384e1 100644 --- a/docs/GxPlugins.md +++ b/docs/GxPlugins.md @@ -4,7 +4,7 @@ GxPlugins.lv2 is a set of extra standalone lv2 plugins designed to compliment th To install GxPlugins.lv2 on Raspberry Pi OS, Ubuntu or Debian (arm64), download the following file: -* [GxPlugins.lv2 v0.9 (arm64)](gxplugins_0.9_arm64.deb) +* [GxPlugins.lv2 v0.9 (arm64)](https://github.com/rerdavies/pipedal/releases/download/gxplugins_0.9_arm64.deb/gxplugins_0.9_arm64.deb) Run the following command: