t411-console/README.md

16 lines
321 B
Markdown
Raw Normal View History

2015-02-09 23:42:04 +01:00
# t411-console
2015-02-10 13:55:33 +01:00
t411-console provided a console line tool for searching torrents on the tracker t411.me.
## Installation
2015-02-10 14:12:21 +01:00
PHP 5.5 is required
2015-02-10 13:55:33 +01:00
```bash
$ git clone https://github.com/simmstein/t411-console.git
$ cd t411-console
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install
$ ./console
```