diff --git a/README.md b/README.md index 909dc2c..1a9b078 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Roda step 1 - Single File app (sort of) Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb. + +Run tests with: + +```bash +bundle exec rake test +``` + +Run the app with: + +```bash +bundle exec puma +``` \ No newline at end of file