add info how to build from a zip
1 files changed, 10 insertions(+), 0 deletions(-)

M README.md
M README.md +10 -0
@@ 31,6 31,16 @@ This uses its own buildscript to avoid m
     cd Lyrics
     bash build.sh
 
+## to build from a zip file
+
+This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:
+
+    git clone https://github.com/ArneBab/MakeStuff
+    hg init Lyrics
+    cd Lyrics
+    unzip -x draketos-zongbook.zip
+    bash build.sh
+
 ## create your own package
 
 hg man | xargs tar cJf draketos-zongbook-sources.tar.xz