Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8bab6abf
...
8bab6abf32f7512ed3ef00b909754c6c0827cefc
authored
2013-08-14 10:37:47 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add new information about Mac OS X installation (brew update/ugrade/install)
1 parent
b35f3e8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
docs/installation.rst
docs/installation.rst
View file @
8bab6ab
...
...
@@ -32,6 +32,10 @@ Installing from Homebrew (OSX)
Installation of both PhantomJS and CasperJS can be achieved using Homebrew_, a popular package manager for Mac OS X.
Above all, don't forget to update Formulaes::
$ brew update
For the 1.1 development version (recommended)::
$ brew install casperjs --devel
...
...
@@ -39,6 +43,12 @@ For the 1.1 development version (recommended)::
For the 1.0.x stable version::
$ brew install casperjs
If you already install casperjs and want to have the last release (stable|devel), use ``upgrade``::
$ brew upgrade casperjs
Upgrade only update to the latest release branch (1.0.x|1.1-dev).
.. index:: git
...
...
Please
register
or
sign in
to post a comment