Commit 8bab6abf 8bab6abf32f7512ed3ef00b909754c6c0827cefc by Mickaël Andrieu

Add new information about Mac OS X installation (brew update/ugrade/install)

1 parent b35f3e8b
...@@ -32,6 +32,10 @@ Installing from Homebrew (OSX) ...@@ -32,6 +32,10 @@ Installing from Homebrew (OSX)
32 32
33 Installation of both PhantomJS and CasperJS can be achieved using Homebrew_, a popular package manager for Mac OS X. 33 Installation of both PhantomJS and CasperJS can be achieved using Homebrew_, a popular package manager for Mac OS X.
34 34
35 Above all, don't forget to update Formulaes::
36
37 $ brew update
38
35 For the 1.1 development version (recommended):: 39 For the 1.1 development version (recommended)::
36 40
37 $ brew install casperjs --devel 41 $ brew install casperjs --devel
...@@ -39,6 +43,12 @@ For the 1.1 development version (recommended):: ...@@ -39,6 +43,12 @@ For the 1.1 development version (recommended)::
39 For the 1.0.x stable version:: 43 For the 1.0.x stable version::
40 44
41 $ brew install casperjs 45 $ brew install casperjs
46
47 If you already install casperjs and want to have the last release (stable|devel), use ``upgrade``::
48
49 $ brew upgrade casperjs
50
51 Upgrade only update to the latest release branch (1.0.x|1.1-dev).
42 52
43 .. index:: git 53 .. index:: git
44 54
......