From 92d17b5feb98107ac104a7e4deb43fd35748288d Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 28 Jan 2016 15:37:38 -0500 Subject: [PATCH] [Doc] Update branch in git checkout instructions to 2.2 --- doc/sphinx/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 21da4e913..295899e44 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -126,7 +126,7 @@ Stable Release git clone https://github.com/Cantera/cantera.git cd cantera - git checkout 2.1 + git checkout 2.2 Development Version -------------------