[Doc] Fix 'git svn clone --std-layout' is not an option error

See Issue 196.
This commit is contained in:
Bryan W. Weber 2013-12-18 17:45:40 +00:00
parent ddd82bd3c1
commit 1b6533900e

View file

@ -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
===============================