Reviewed-by: Rodrigo Trujillo <rodrigo.trujillo(a)linux.vnet.ibm.com>
On 12/14/2015 10:59 AM, Aline Manera wrote:
Signed-off-by: Aline Manera <alinefm(a)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