Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Stevenson committed Apr 17, 2019
1 parent dac2ef1 commit 27c8a44
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Expand Up @@ -34,13 +34,17 @@

## Installation

First, install [node.js](http://nodejs.org) [
[github](http://github.com/ry/node) ] and [npm](http://npmjs.org) [
[github](http://github.com/isaacs/npm) ]. Then, it's as simple as:
For local dev:

$ git clone git://github.com/jbr/sibilant.git
$ npm link .
$ sibilant src/*.sibilant -o lib
$ sibilant -x test/test.sibilant # you're now running a sibilant you just compiled.

For use in our projects:

$ npm i --save GowerStreet/sibilant # pulls from github, or local if you did npm link

$ npm install sibilant -g
$ sibilant --help

## Hello world in the REPL

$ sibilant
Expand Down

0 comments on commit 27c8a44

Please sign in to comment.