From 204332bef40b3bec7a5a04e4be761174caa22248 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Wed, 4 Sep 2013 15:41:53 +0200 Subject: [PATCH] update README with binary downloads --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b67f663..14e67a6 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,14 @@ Other missing features: Installation ------------ -### Dependencies ### +### Binary + +There are no official releases, but you find development builds at . +These builds are for x86 64bit Linux and require *no* further depedecies. Download, untar and start `imposm3`. + +### Source + +There are some dependencies: #### Compiler @@ -147,7 +154,7 @@ Fetching Imposm and the Go libraries requires [mercurial][] and [git][]. [git]: http://git-scm.com/ -### Installation ### +#### Compile Create a new [Go workspace](http://golang.org/doc/code.html):