Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update readme and add a bootstrap script
  • Loading branch information
atmos committed Aug 10, 2012
1 parent 92f0c3d commit e85f871
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
rohan.png
*.png
tmp/*.png
.bundle
bin
vendor
16 changes: 15 additions & 1 deletion README.md
@@ -1,9 +1,23 @@
Face Crime
==========

At GitHub we have a really nice designer named [Jon Rohan](https://github.com/jonrohan).
We used to put his face on a lot of things in our Campfire chat.

![](https://atmos-s3itch.s3.amazonaws.com/being-john-rohan-20120809-194455.jpg)

Recently, [faceup.me](http://faceup.me), stopped putting Jon Rohan in our
pictures. This app is a tiny sinatra web app that uses RubyCocoa to put Jon
Rohan's face back on any image we want.

Installation
------------

sudo macgem install sinatra
Install the [latest macruby](https://github.com/downloads/MacRuby/MacRuby/MacRuby%200.12.zip)

Run the following:

* script/bootstrap

Running
-------
Expand Down
3 changes: 3 additions & 0 deletions script/bootstrap
@@ -0,0 +1,3 @@
#!/bin/sh

bundle install --binstubs --path vendor/gems

0 comments on commit e85f871

Please sign in to comment.