Skip to content

Commit

Permalink
Merge pull request #46 from maxrabin/patch-1
Browse files Browse the repository at this point in the history
Update install command for tg not visionmedia
  • Loading branch information
tj committed Jun 14, 2016
2 parents 5ca5d47 + 1aab3ad commit 3763afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -17,7 +17,7 @@ $ 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 && rm -rf /tmp/mon)
$ (mkdir /tmp/mon && cd /tmp/mon && curl -L# https://github.com/tj/mon/archive/master.tar.gz | tar zx --strip 1 && make install && rm -rf /tmp/mon)
```

## Usage
Expand Down

0 comments on commit 3763afc

Please sign in to comment.