From 2256cd03decd5afd2bc2eb22473e02655409dff6 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 8 Jun 2015 13:46:37 -0400 Subject: [PATCH] [Doc] Homebrew formula no longer supports '--devel' option The '--devel' option is apparently only meant for pointing at tagged development releases, rather than the tip of a branch. --- doc/sphinx/install.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index a7d971508..a35cf6c37 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -220,10 +220,6 @@ you can skip any steps which have already been completed. * The following options are supported: - ``--devel`` - Installs Cantera with additional patches that will be included in the - next maintenance release. - ``--HEAD`` Installs the current development version of Cantera. @@ -234,7 +230,7 @@ you can skip any steps which have already been completed. * These options are specified as additional arguments to the ``brew install`` command, e.g.:: - brew install cantera --devel --with-matlab=/Applications/MATLAB_R2014a.app/ + brew install cantera --HEAD --with-matlab=/Applications/MATLAB_R2014a.app/ * If something goes wrong with the Homebrew install, re-run the command with the ``-v`` flag to get more verbose output that may help identify the