From 6e8b430baa6ca8d970a02029f911bf45d2223008 Mon Sep 17 00:00:00 2001
From: aviau <alexandre@alexandreviau.net>
Date: Tue, 3 May 2016 10:33:33 -0400
Subject: [PATCH] Build instructions: `cd ../contrib` -> `cd contrib`

The build instructions pointed to a wrong location of the `contrib`
directory

Change-Id: Ib7d00b6423509cb0001eba2beedd9732fb74a8c7
Tuleap: #638
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 2c19724fbc..d2ebad8aa3 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ How to compile on Linux
 
 1) Compile the dependencies first
 
-cd ../contrib/
+cd contrib
 mkdir native
 cd native
 ../bootstrap
-- 
GitLab