Skip to content

Commit

Permalink
add verbose one-liner. Closes tj#13
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 13, 2012
1 parent 8b8c0e3 commit 82c1c6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

```
$ make install
```

Too lazy to clone?:

```
$ (mkdir /tmp/mon && cd /tmp/mon && curl -L# https://github.com/visionmedia/mon/archive/master.tar.gz | tar zx --strip 1 && make install)
```

## Usage
Expand Down

0 comments on commit 82c1c6a

Please sign in to comment.