diff options
| -rw-r--r-- | README | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -41,6 +41,7 @@ $ make install  Compiling from git sources  --------------------------  $ git clone http://git.drumgizmo.org/drumgizmo.git +$ cd drumgizmo  $ git submodule init  $ git submodule update  $ ./autogen.sh @@ -68,4 +69,4 @@ plugin dir (usually /usr/lib/lv2) or create a symbolic link to the directory  $ ln -s [dg path]/install/lib/lv2/drumgizmo.lv2 /usr/lib/lv2/drumgizmo.lv2  You need to be root to do this. Keep in mind that the lv2 directory differs from -distro to distro, so do a search for it in order to verify the correct location.
\ No newline at end of file +distro to distro, so do a search for it in order to verify the correct location. | 
