diff --git a/docs/GxPlugins.md b/docs/GxPlugins.md new file mode 100644 index 0000000..e41d005 --- /dev/null +++ b/docs/GxPlugins.md @@ -0,0 +1,22 @@ +## Install GxPlugins.lv2 v0.9 + +GxPlugins.lv2 is a set of extra standalone lv2 plugins designed to compliment the Guitarix project. + +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) + +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). + +© 2017 Hermann Meyer +© 2019 Olivier Humbert + +Compiled from source from https://github.com/brummer10/GxPlugins.lv2 + diff --git a/docs/gxplugins_0.9_arm64.deb b/docs/gxplugins_0.9_arm64.deb new file mode 100644 index 0000000..f3161de Binary files /dev/null and b/docs/gxplugins_0.9_arm64.deb differ