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

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Mon Dec 14 15:11:58 UTC 2015


Reviewed-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>

On 12/14/2015 10:59 AM, Aline Manera wrote:
> 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




More information about the Kimchi-devel mailing list