@kelda/install
v0.13.1
Published
This repo contains a Node.js package for easily installing [Kelda](http://kelda.io) using npm.
Downloads
20
Readme
This repo contains a Node.js package for easily installing Kelda using npm.
To pull the compiled binaries off GitHub, and install them:
$ npm install -g @kelda/install
Note that the -g
flag is necessary to install the binaries globally (i.e. so
that kelda
can be invoked from anywhere).
If installing as root, the --unsafe-perm
flag is required:
$ sudo npm install -g @kelda/install --unsafe-perm