This commit is contained in:
Simon Vieille 2015-02-10 13:55:33 +01:00
parent 784bf1c0ab
commit faf8470557

View file

@ -1 +1,15 @@
# t411-console
t411-console provided a console line tool for searching torrents on the tracker t411.me.
## Installation
PHP 5.3 is required
```bash
$ git clone https://github.com/simmstein/t411-console.git
$ cd t411-console
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install
$ ./console
```