Add CLI installation command.

This commit is contained in:
Diego R. B 2017-07-10 12:10:43 -04:00 committed by GitHub
parent 01c550dac0
commit 9350ce8f10

View File

@ -238,6 +238,12 @@ Client.scrape({ announce: announceUrl, infoHash: [ infoHash1, infoHash2 ]}, func
## command line
Install `bittorrent-tracker` globally:
```sh
$ npm install -g bittorrent-tracker
```
Easily start a tracker server:
```sh