From 7ff983664896e1b4c650a7db7b77249e7613ba02 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 7 Apr 2015 18:20:47 -0400 Subject: [PATCH] [Doc] Update compilation instructions to reflect Github migration --- doc/sphinx/compiling.rst | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index b876baa14..374356a6e 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -122,37 +122,19 @@ Stable Release `_ and extract the contents. -* Option 2: Check out the code from the Github mirror using Git:: +* Option 2: Check out the code using Git:: git clone https://github.com/Cantera/cantera.git cd cantera - git checkout 2.1-svn - -* Option 3: Check out the code from the Subversion repository using Git:: - - git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera - cd cantera git checkout 2.1 -* Option 4: Check out the code using Subversion:: - - svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.1/ cantera - Development Version ------------------- -* Option 1: Check out the code from the Github mirror using Git:: +* Check out the code using Git:: git clone https://github.com/Cantera/cantera.git -* Option 3: Check out the code from the Subversion repository using Git:: - - git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera - -* Option 2: Check out the code using Subversion:: - - svn checkout http://cantera.googlecode.com/svn/cantera/trunk/ cantera - Determine configuration options ===============================