Add more info to readme.
This commit is contained in:
parent
7b59637189
commit
6bdcf4fb41
1 changed files with 11 additions and 12 deletions
23
README.md
23
README.md
|
@ -1,22 +1,21 @@
|
|||
# ../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
|
||||
|
||||
## Installation
|
||||
|
||||
Add this line to your application's Gemfile:
|
||||
Install it yourself as:
|
||||
|
||||
```ruby
|
||||
gem '../imgur-albumkeeper'
|
||||
```
|
||||
|
||||
And then execute:
|
||||
|
||||
$ bundle
|
||||
|
||||
Or install it yourself as:
|
||||
|
||||
$ gem install ../imgur-albumkeeper
|
||||
$ gem install imgur2comicbook
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue