README.md in nyaa-1.0.3 vs README.md in nyaa-1.0.4

- old
+ new

@@ -8,11 +8,13 @@ * Search by category, filter, page, and query * Browsing with pagination * Download it or open a browser window from the interface * Nyaa status aware: (aplus, trusted, remake, etc.) * Batch mode for scripts (first page only atm) -* Supports unicode characters (requires `libncursesw5-dev` and `ruby1.9`) +* Supports unicode characters (requires `libncursesw5-dev` and `ruby1.9` or + greater) +* Tested on Ruby 1.8.7-p371, 1.9.3-p327, 2.0.0-p0 ## Installation Stable release: @@ -24,19 +26,20 @@ ## Browser Usage To browse, simply run `nyaa`. The default category is english anime. -![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_browse.png) +![](http://i.imgur.com/Tzi6zo1.png) Nyaa supports all the aspects of search of the main site. You can search by category and/or filters. To download an item, highlight it, and type `g`. To open the description page in a browser, type `i`. A sample query: nyaa -f trusted_only psycho pass -![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_search.png) +![](http://i.imgur.com/mhBQHS1.png) + For a list of categories and filters, see `nyaa -h`. -![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_help.png) +![](http://i.imgur.com/In44LcD.png) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`)