From 9af1151b7d9e588acb5e02bde2baa951446379c4 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Thu, 5 May 2016 20:11:09 +0200 Subject: [PATCH] Update README.md Changed the headline, tried to clarify branch usage. --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cc5bd7c5..7216df11 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,13 @@ -# gdp-submodules -GDP setup using git submodules - ---- - -This is pretty close to ready for public usage :-) - ----- - -The project uses submodules to pull in dependencies +# GENIVI Development Platform +This project uses submodules to pull in dependencies. It is therefore recommended to : ```bash git clone --recursive -b ``` where branch is (for example) koelsch, porter, minnowboard or raspberrypi2 -(you must check which branches exist) - -The master branch is no longer maintained +Please check which branches are available, for example, the master branch is no longer maintained so if you use that you will not get support. If you forgot the recursive option, try: ```bash @@ -30,7 +20,7 @@ To build: ``` source init.sh ``` -and then follow instructions +and then follow instructions. If you do anything more advanced you probably need to study information on git submodules - they are a bit special to