Skip to content

Commit

Permalink
add npm install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Oct 5, 2010
1 parent fe3c3cf commit c0b3776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,14 @@ For use during development of a node.js based application.


`nodemon` does **not** require *any* changes to your code or method of development. `nodemon` simply wraps your node application and keeps an eye on any files that have changed. `nodemon` does **not** require *any* changes to your code or method of development. `nodemon` simply wraps your node application and keeps an eye on any files that have changed.


# Installation

Either through forking or:

npm install nodemon

And `nodemon` will be installed in to your bin path.

# Usage # Usage


`nodemon` wraps your application, so you can pass all the arguments you would normally pass to your app: `nodemon` wraps your application, so you can pass all the arguments you would normally pass to your app:
Expand Down

0 comments on commit c0b3776

Please sign in to comment.