From 3528b38fe86808e2d04ea8a88b8fd588b2e86e3a Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Thu, 7 Oct 2021 21:02:27 -0400 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 325af35..064ac24 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,15 @@ and # How to use -Create a Task Cron +Create a Cron Task whenever --update-crontab -And, in another terminal, run the `app.rb` and access `localhost:4567` +Create and migrate the database + + rake db:create && rake db:migrate + +Execute webserver ruby app.rb or