Update readme

This commit is contained in:
Luiz F Picolo 2021-10-07 21:02:27 -04:00
parent 866788969d
commit 3528b38fe8
1 changed files with 6 additions and 2 deletions

View File

@ -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