diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
86 | 86 | ||
87 | <para>The following transcript shows how to clone the <filename>poky</filename> | 87 | <para>The following transcript shows how to clone the <filename>poky</filename> |
88 | Git repository into the current working directory. | 88 | Git repository into the current working directory. |
89 | The command creates the repository in a directory named <filename>poky</filename>: | 89 | The command creates the repository in a directory named <filename>poky</filename>. |
90 | For information on the Yocto Project and Git, see | ||
91 | <xref linkend='git'>Git</xref> in | ||
92 | <xref linkend='dev-manual-newbie'>Working with Open Source Code</xref>. | ||
90 | <literallayout class='monospaced'> | 93 | <literallayout class='monospaced'> |
91 | $ git clone git://git.yoctoproject.org/poky | 94 | $ git clone git://git.yoctoproject.org/poky |
92 | Initialized empty Git repository in /home/scottrif/poky/.git/ | 95 | Initialized empty Git repository in /home/scottrif/poky/.git/ |