README.md in profound-0.0.3 vs README.md in profound-0.0.4

- old
+ new

@@ -1,25 +1,24 @@ # Profound -TODO: Write a gem description +Create wallpapers like those on [theprofoundprogrammer](http://theprofoundprogrammer.com) even if you're aweful at Photoshop. It's based on *ImageMagick*. ## Installation -Add this line to your application's Gemfile: + $ brew install imagemagick + $ gem install profound - gem 'profound' +## Usage -And then execute: + $ profound path/to/source.jpg "Complain about something" path/to/destination.jpg - $ bundle +The source can also be a few keywords to help find an image. You also specify the size of the image to find -Or install it yourself as: + $ profound --search-size=2880x1800 "road at night" "I hate cars" ~/profound-cars.jpg - $ gem install profound +The source can also be omitted altogether. In that case, `profound` will search for images. -## Usage - -TODO: Write usage instructions here + $ profound "Something ironic", ~/profound-ironic.jpg ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)