another README revision

This commit is contained in:
mdipierro
2015-03-09 12:56:29 -05:00
parent 219fb3e9cc
commit 3f9f8db62c
+1 -1
View File
@@ -25,7 +25,7 @@ except:
"web2py depends on pydal, which apparently you have not installed.\n" +
"Probably you cloned the repository using git without '--recursive'" +
"\nTo fix this, please run (from inside your web2py folder):\n\n" +
" git submodule init && git submodule update\n\n" +
" git submodule update --init --recursive\n\n" +
"You can also download a complete copy from http://www.web2py.com."
)