From 0478c4f273d0bca0a3a3c16dd1a85e8cfcb49dbb Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 17 May 2013 14:08:22 +0200 Subject: [PATCH] instructions on how to get the sources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7f494943..d73f937c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ To install maven and openjdk on Ubuntu, issue the following commands sudo apt-get install openjdk-7-jdk maven3 sudo ln -s /usr/bin/mvn3 /usr/bin/mvn +Download the sources (it doesn't matter where, you can delete the directory when you're done). +If you don't have git you can download the sources as a zip file from [here](https://github.com/Athou/commafeed/archive/master.zip) + + git clone https://github.com/Athou/commafeed.git + cd commafeed + Now build the application Embedded HSQL database (not recommended, ok for quick tests but automatic schema updates are not working):