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
This commit is contained in:
parent
8f8b09a772
commit
ab44e02917
23
README.md
23
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
|
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
|
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```
|
```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,
|
It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed,
|
||||||
simply run
|
simply run
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue