From 219fb3e9ccd129adb62b26bca999f3285dd51d74 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 9 Mar 2015 12:55:10 -0500 Subject: [PATCH] another README revision --- README.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index a4b2d85e..237a27df 100644 --- a/README.markdown +++ b/README.markdown @@ -21,12 +21,11 @@ The use of a sub-module requires a one-time use of the --recursive flag for git git clone --recursive https://github.com/web2py/web2py.git -If you have an existing repository, the commands below need to be executed once: +If you have an existing repository, the commands below need to be executed at least once: - git submodule init - git submodule update + git submodule update --init --recursive -if you have a folder gluon/dal also do +If you have a folder gluon/dal you must remove it: rm -r gluon/dal