Skip to content

Commit

Permalink
Better README
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioc committed Sep 26, 2012
1 parent bdcc116 commit ff0c99a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

node_modules/*
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@ Installation

`npm install jecho`

or download everything and just run `npm install`

Dependencies: `websocket`, `websocket-server`, `commander`

Note for OSX brew users: npm is not installed along the installation of nodejs (a package manager won't install another package manager).
Just run `brew install npm` and read the provided instructions.

Note for Ubuntu users: everything is fine, except for users of some old 11.x distribution (problems with... Python. Don't ask).

Usage
-----

Expand Down

0 comments on commit ff0c99a

Please sign in to comment.