From 225032db33a31d2bab7879abcff2c0c9d4c6618d Mon Sep 17 00:00:00 2001 From: J Armstrong Date: Wed, 27 Apr 2016 19:57:17 -0400 Subject: [PATCH] Update Readme with basic setup --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8881cce..e3d6fc0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # i_do_oss An OSS repo for W/S/C NYC, and also you, and also me. + +## Getting Started + +Inside the directory of the project: + +* Install the gem: + +``` +gem install sinatra +``` + +* And run with: + +``` +ruby myapp.rb +``` + +* Direct your browser to: `http://localhost:4567`