diff options
| author | Teddy Wing | 2013-04-07 01:12:39 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2013-04-07 01:12:39 -0400 | 
| commit | fb02d6d196425ab9e5d600b148996e880fe28963 (patch) | |
| tree | 58ea94652bae793f67439da7c044a15ae7fccec8 /README.md | |
| parent | 0d17c4761ff44c86c0378189d56f0be2a3ec8484 (diff) | |
| download | clips-fb02d6d196425ab9e5d600b148996e880fe28963.tar.bz2 | |
Add LICENSE
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -5,7 +5,7 @@ An Instapaper-ish web application that allows you to collect URLs to check later  # Running the application -Clips is written in [Campfire](http://campfire.io). Start by `bundle install`ing gems. Then start the server. +Clips is written in [Campfire](http://campfire.io). Start by `bundle install`-ing gems. Then start the server.      $ bundle install      $ rackup @@ -13,3 +13,7 @@ Clips is written in [Campfire](http://campfire.io). Start by `bundle install`ing  Use [Rerun](https://github.com/rerun/rerun) to auto-restart the server when the filesystem changes:      $ rerun -- rackup + + +# License +Clips is licensed under the MIT License. See the included LICENSE file. | 
