summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-05-10 15:08:12 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-05-10 15:08:12 +0200
commit8247e095e28d2b1d37ff9fd1ec270f792d270acd (patch)
tree8cd5602c17012ec52441ee88b8d0c66ff2a951de /README
parent259159395e693ed161f781ccd9166d25b8db4078 (diff)
Fix compiling instructions.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index f75599a..1b4e8a4 100644
--- a/README
+++ b/README
@@ -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.