From 6d7c8f6398813bb527c102344cb3a5009d334af1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jul 2011 12:01:43 -0700 Subject: [PATCH] documentation/dev-manual/dev-manual-start.xml: Added a note to reference Git. (From yocto-docs rev: cdc06ee33a7e8eb06822f8eeb05dde3b7bdff426) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 9d27a9a265..7a3917623a 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -86,7 +86,10 @@ The following transcript shows how to clone the poky Git repository into the current working directory. - The command creates the repository in a directory named poky: + The command creates the repository in a directory named poky. + For information on the Yocto Project and Git, see + Git in + Working with Open Source Code. $ git clone git://git.yoctoproject.org/poky Initialized empty Git repository in /home/scottrif/poky/.git/