Skip to content

Commit

Permalink
npm install --production
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kinast committed Apr 17, 2015
1 parent 352d78e commit 35bca5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Asynchronous Javascript templating for the browser and server. This fork is main

### NPM

npm install --save dustjs-linkedin
npm install --save --production dustjs-linkedin
# If you want the dustc compiler available globally
npm install -g dustjs-linkedin

If you want to add the [Dust helpers](https://github.com/linkedin/dustjs-helpers) or [secure filters](https://github.com/linkedin/dustjs-filters-secure):

npm install --save dustjs-helpers
npm install --save dustjs-filters-secure
npm install --save --production dustjs-helpers
npm install --save --production dustjs-filters-secure

### Bower

Expand Down

0 comments on commit 35bca5e

Please sign in to comment.