From 1667c42f0b248a5ae2638a72dfd21849958d69ce Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 10 Dec 2013 12:13:38 +0100 Subject: [PATCH] readme: use git clone option recursive to save users from needing to use submodue command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb2279e1..fc52db49a 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,8 @@ If you have downloaded the sources from an official source archive or the source If you want to use Git, do the following from a terminal: - git clone http://github.com/DynareTeam/dynare.git + git clone --recursive http://github.com/DynareTeam/dynare.git cd dynare - git submodule update --init autoreconf -si The last line runs Autoconf and Automake in order to prepare the build environment (this is not necessary if you got the sources from an official source archive or the source snapshot).