[Kimchi-devel] [PATCH] [Wok] Update README to use --remote to update submodules
Aline Manera
alinefm at linux.vnet.ibm.com
Mon Dec 14 12:49:39 UTC 2015
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
docs/README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index aa982f5..952e7c5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -168,19 +168,18 @@ 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
+ $ git submodule update --remote
Participating
--
2.5.0
More information about the Kimchi-devel
mailing list