From 4d6c9f62f0c20289b4d5351f4a46f28a462b18d1 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 9 Mar 2015 12:10:47 -0500 Subject: [PATCH] fixed typo in readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 10f26897..014be060 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,7 @@ An important part of web2py is the Database Abstraction Layer (DAL). In early 20 The use of a sub-module requires a one-time use of the --recursive flag for git clone if you are cloning web2py from scratch. - git clone --recursive + git clone --recursive https://github.com/web2py/web2py.git If you have an existing repository, the commands below need to be executed once: