[Kimchi-devel] [PATCH] [Wok V2] Update README to use --remote to update submodules

Aline Manera alinefm at linux.vnet.ibm.com
Mon Dec 14 12:59:49 UTC 2015


Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
 docs/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index aa982f5..1965960 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -168,19 +168,19 @@ new plugins. Also, by default, Wok is linked to Kimchi (Virtualization
 To clone Kimchi source code, execute:
 
     $ cd src/wok/plugins/kimchi
-    $ git submodule init
-    $ git submodule update
+    $ git submodule update --init --remote
 
 To clone Ginger source code, execute:
 
     $ cd src/wok/plugins/ginger
-    $ git submodule init
-    $ git submodule update
+    $ git submodule update --init --remote
 
 To automatically clone all plugins linked with Wok, use the following git
 command when cloning Wok project:
 
     $ git clone --recursive https://github.com/kimchi-project/wok.git
+    $ cd wok
+    $ git submodule update --remote
 
 
 Participating
-- 
2.5.0




More information about the Kimchi-devel mailing list