[Doc] Update version specified in git/svn checkout commands

Cherry-pick of trunk r2920.
This commit is contained in:
Ray Speth 2014-04-29 19:03:17 +00:00
parent ff97133592
commit 2ca0dc0ed1

View file

@ -122,12 +122,12 @@ Stable Release
* Option 2: Check out the code using Subversion::
svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.0/ cantera
svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.1/ cantera
* Option 3: Check out the code using Git::
git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera
git checkout 2.0
git checkout 2.1
Development Version
-------------------