From 1b6533900e454efc8e8c28f9651e1b84b53d4c07 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 18 Dec 2013 17:45:40 +0000 Subject: [PATCH] [Doc] Fix 'git svn clone --std-layout' is not an option error See Issue 196. --- doc/sphinx/compiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 6f1b4c054..0a042e25b 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -126,7 +126,7 @@ Stable Release * Option 3: Check out the code using Git:: - git svn clone --std-layout http://cantera.googlecode.com/svn/cantera cantera + git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera git checkout 2.0 Development Version @@ -138,7 +138,7 @@ Development Version * Option 2: Check out the code using Git:: - git svn clone --std-layout http://cantera.googlecode.com/svn/cantera cantera + git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera Determine configuration options ===============================