diff --git a/README.md b/README.md index 6c4931c..ea902ff 100644 --- a/README.md +++ b/README.md @@ -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 +```