aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2013-04-07 01:12:39 -0400
committerTeddy Wing2013-04-07 01:12:39 -0400
commitfb02d6d196425ab9e5d600b148996e880fe28963 (patch)
tree58ea94652bae793f67439da7c044a15ae7fccec8 /README.md
parent0d17c4761ff44c86c0378189d56f0be2a3ec8484 (diff)
downloadclips-fb02d6d196425ab9e5d600b148996e880fe28963.tar.bz2
Add LICENSE
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a1179c..60b91ce 100644
--- a/README.md
+++ b/README.md
@@ -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.