Add more info to readme.

This commit is contained in:
Glenn Y. Rolland 2015-07-01 10:08:48 +02:00
parent 7b59637189
commit 6bdcf4fb41

View file

@ -1,22 +1,21 @@
# ../imgur::Albumkeeper # ../imgur::Albumkeeper
Download imgur.com galleries easily
#
# Usage:
# ruby imgur.rb [url of gallery] [directory to download into] [namespace for files]
#
# Example:
# ruby imgur.rb http://imgur.com/a/npV94 battlefield3 scenery
# All files will be downloaded into battlefield3 with filenames in the pattern of
# scenery-[number].jpg
TODO: Write a gem description TODO: Write a gem description
## Installation ## Installation
Add this line to your application's Gemfile: Install it yourself as:
```ruby $ gem install imgur2comicbook
gem '../imgur-albumkeeper'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install ../imgur-albumkeeper
## Usage ## Usage