Skip to content

Commit

Permalink
Add some usage notes
Browse files Browse the repository at this point in the history
yay for functional readmes?
  • Loading branch information
namelessjon committed Apr 27, 2015
1 parent b7d3e16 commit 6078cab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# image-saver

Ruby app for saving pictures from the web, and annotating them with image-annotate

## Get started

1. Install the dependencies via bundler with `bundle install`
2. generate the bookmarklet code with `rake bookmarklet` (requires the uglifyjs npm module) and install it in the browser
3. To test, start the server with `ruby image_app.rb -s`
4. Go navigate to a page with an image, and save it!

0 comments on commit 6078cab

Please sign in to comment.