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
|
# ../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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue