Skip to content

Commit

Permalink
A little README
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jan 29, 2013
1 parent 8b2462f commit 20d25e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## shoesrb.com

The website for [shoes!](https://github.com/shoes/shoes)

## Getting going

```
$ gem install bundler
$ git clone https://github.com/shoes/shoesrb.com
$ cd shoesrb.com
$ bundle
$ bundle exec rackup
$ open http://localhost:9292
```

Wooo!

0 comments on commit 20d25e9

Please sign in to comment.