0.13.1 • Published 8 years ago
@kelda/install v0.13.1
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/installNote 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