This closes #602
This commit is contained in:
commit
d73d6d2fa2
|
@ -23,10 +23,24 @@ Install `NPM` using the instructions below
|
||||||
|
|
||||||
The new npm-shrinkwrap.json should be written, commit it.
|
The new npm-shrinkwrap.json should be written, commit it.
|
||||||
|
|
||||||
|
### gitbook
|
||||||
|
|
||||||
|
Artemis will automate the execution and download of npm. But it may be useful to install it on your system. Simply type:
|
||||||
|
|
||||||
|
$ npm install -g gitbook gitbook-cli
|
||||||
|
|
||||||
|
If you don't have `npm` installed then you would need to install it first.
|
||||||
|
|
||||||
#### Install npm On Fedora
|
#### Install npm On Fedora
|
||||||
|
|
||||||
$ yum install npm
|
$ yum install npm
|
||||||
|
|
||||||
|
#### Install npm On Fedora 24
|
||||||
|
|
||||||
|
This is what you should do if you are using Fedora 24+.
|
||||||
|
|
||||||
|
$ dnf install nodejs
|
||||||
|
|
||||||
#### Install npm On Mac-OS
|
#### Install npm On Mac-OS
|
||||||
|
|
||||||
The easiest way would be through brew [brew]
|
The easiest way would be through brew [brew]
|
||||||
|
@ -49,7 +63,7 @@ To install it to your local maven repo:
|
||||||
|
|
||||||
## Build the distribution without docs
|
## Build the distribution without docs
|
||||||
|
|
||||||
It is possible to build a distribution with out the manuals and Javadocs.
|
It is possible to build a distribution without the manuals and Javadocs.
|
||||||
simply run
|
simply run
|
||||||
|
|
||||||
$ mvn package
|
$ mvn package
|
||||||
|
|
Loading…
Reference in New Issue