Skip to content

Commit

Permalink
Update build-from-source instructions.
Browse files Browse the repository at this point in the history
`npm install` needs to be run first so local coffeescript is available (but the postinstall step will fail the first time).
  • Loading branch information
Alec Perkins committed Feb 11, 2015
1 parent 470eb25 commit 5d2f4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ or from source

$ git clone git://github.com/marquee/proto.git
$ cd proto
$ mkdir lib
$ npm install (this will fail at the postinstall step, but that’s okay)
$ cake build
$ npm install -g

Expand Down Expand Up @@ -127,7 +127,7 @@ Example with the [sample project](https://gist.github.com/3894924): [proto.es/38

The viewer is running on Heroku, with an alternate url that also works: [proto-cli.herokuapp.com](http://proto-cli.herokuapp.com). You can run your own viewer if you like. It's a Node-based web app located in [viewer/app.coffee](https://github.com/droptype/proto/blob/master/viewer/app.coffee).

*Note: [Droptype](http://github.com/droptype) does have analytics code on the viewer, so we can monitor usage and make improvements. But, this code is only added to the page if the Gist is public, and only tracks from the `proto.es` and `proto-cli.herokuapp.com` domains. See exactly what it does in the [source](https://github.com/droptype/proto/blob/master/viewer/app.coffee).*
*Note: [Marquee](http://github.com/marquee) does have analytics code on the viewer, so we can monitor usage and make improvements. But, this code is only added to the page if the Gist is public, and only tracks from the `proto.es` and `proto-cli.herokuapp.com` domains. See exactly what it does in the [source](https://github.com/marquee/proto/blob/master/viewer/app.coffee).*



Expand Down

0 comments on commit 5d2f4ea

Please sign in to comment.