You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/02/25 17:13:02 UTC

[3/4] activemq-6 git commit: Adding information about brew and npm for mac

Adding information about brew and npm for mac

This is just adding information about how to install npm on mac-os
For that I also needed to some information about brew installation


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/ab44e029
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/ab44e029
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/ab44e029

Branch: refs/heads/master
Commit: ab44e02917f74d3920d9fdca33dc1963e112be71
Parents: 8f8b09a
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Feb 24 15:17:17 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Feb 25 10:40:47 2015 -0500

----------------------------------------------------------------------
 README.md | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/ab44e029/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dfd098b..badc9aa 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,31 @@ If you want to install it to your local maven repo then run
 The full release uses gitbook to build a static website from the documentation, if you don't have gitbook installed then
  install gitbook using npm
 
-```npm install -g gitbook```
+```npm install -g gitbook gitbook-cli```
 
-If you dont have npm installed then you would need to install that first, on Fedora this would be
+### Installing NPM
+
+If you don't have npm installed then you would need to install  it first.
+
+#### On Fedora
 
 ```yum install npm```
 
+#### On Mac-OS
+
+The easiest way would be through brew [brew]
+
+You first install brew using the instructions on the [brew] website.
+
+After you installed brew you can install npm by:
+
+```brew install npm```
+
+[brew]: <http://brew.sh>
+
+#### Build without docs
+
+
 It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed, 
 simply run