diff --git a/README.md b/README.md
index 769f001..4b33bad 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,23 @@ For more infos see http://brouter.de/brouter
+
+## Build and Install
+
Compile with (Java 6!):
> mvn clean install -Dandroid.sdk.path=
+To skip building for Android, add ``-pl '!brouter-routing-app'``.
+
+Next, download one or more [data file(s)](http://brouter.de/brouter/segments4/) (rd5) into the ``misc/segments4`` directory.
+
+## Run
+
+On Linux:
+> ./misc/scripts/standalone/server.sh
+
+
Related Projects
================