diff options
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. |
