From 0b64b1c1aff94962aa41d21a29b3b2ca9077f945 Mon Sep 17 00:00:00 2001
From: Lucas Bourneuf <lucas.bourneuf@laposte.net>
Date: Tue, 23 Aug 2016 00:09:54 +0200
Subject: [PATCH] README: relocate installation section

* relocate installation section to the beginning

see #28
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3df3623..fc4c950 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,12 @@ constructs which are very easy to learn and powerful.
 the [license template](https://github.com/tmrts/boilr-license) to see a simple, but very useful template for
 adding licenses to new projects with a single command.
 
+# Installation
+Binaries for Linux & OSX are built automatically by Travis every release.
+You can download them directly or run the installation script. 
+
+Please see [Installation](https://github.com/tmrts/boilr/wiki/Installation) page for more information.
+
 # Getting Started with Boilr
 Use `boilr help` to get the list of available commands.
 
@@ -112,12 +118,6 @@ src="https://cdn.rawgit.com/tmrts/boilr/master/assets/template-logos/kubernetes.
 
 Take a look at the [Templates](https://github.com/tmrts/boilr/wiki/Templates) page for an index of project templates, examples, and more information.
 
-# Installation
-Binaries for Linux & OSX are built automatically by Travis every release.
-You can download them directly or run the installation script. 
-
-Please see [Installation](https://github.com/tmrts/boilr/wiki/Installation) page for more information.
-
 # Contributing
 If you'd like to contribute, share your opinions or ask questions, please feel free to open an issue.
 
-- 
GitLab