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`