From 2ced38c247e36483cb1051b2d2fe1937ffcf06ac Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Sun, 21 Jun 2020 11:32:38 +0200 Subject: [PATCH] Explain setup steps --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59acdac..36f84b9 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,10 @@ The user can also print the detail view with a print button on the detail view. ## Setup -- `rake db:create` -- `rake db:migrate` -- `rails server` +- `rake db:create` to create the database +- `rake db:migrate` to do the migrations +- `rails server` to start the web server +- The web interface is accessible by default on `http://localhost:3000` ## Authors