Update README.md 73/26673/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 27 Aug 2014 15:48:07 +0000 (17:48 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 27 Aug 2014 15:48:07 +0000 (17:48 +0200)
Change-Id: I53a27e476549079c98e1199924be9c445b3a48b8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
README.md

index bb603d0..4dc4784 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,12 +26,19 @@ You can, of course, replace the "~/bin" with another directory of your choice.
 
 ## Usage
 
-### Execute gitCloneAll.sh
+### Execute gitCloneAll.sh (optional)
 
-This will clone all the tizen projects used in the Tizen Yocto images
+This project already contains all the necessary spec files to generate the recipes however those
+spec files may not be the most recent ones. If you want to generate the recipes from the latest spec
+files you can use this command which will clone all the tizen projects used in the Tizen Yocto
+images (note that it will take a while):
 
        .tizen/tools/gitCloneAll.sh
 
+Alternatively you can also fetch a specific project:
+
+       .tizen/tools/gitCloneAll.sh <project-name>
+
 ## Using spec2yocto
 
 For example, to generate the recipes:
@@ -45,3 +52,4 @@ For more commands, you can display the help:
 ## License
 
 GPL v2
+