From d38d390a8ba7f40ae73dc30963e9a03f55526bd7 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sat, 2 Jan 2016 13:33:30 +0000
Subject: [PATCH] Add "consult installation" paragraph to the main description

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 123aab4..a789d62 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ OfxPiMapper is there for people who want to use the Raspberry Pi to create stand
 
 The project started as master's thesis project by [Krisjanis Rijnieks](http://rijnieks.lv) at the [Helsinki Media Lab](https://medialab.aalto.fi/). Currently undergoing changes. Expect the API to be incompatible with your projects from the past or present-day.
 
+Consult the [Installation](#installation) section if you are using ofxPiMapper the first time. Some of the most frequently asked questions and answers can be found in the [FAQ](/FAQ.md) document.
+
 
 Features
 ---
@@ -65,8 +67,6 @@ cd openFrameworks/apps/myApps
 mv example myOfxPiMapperApp
 ```
 
-Consult the [Installation](#installation) section if you are using ofxPiMapper the first time. Some of the most frequently asked questions and answers can be found in the [FAQ](/FAQ.md) document.
-
 
 Development
 ---