diff --git a/README.md b/README.md index 5e57125..ba27fc0 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Setting up local database (SQLite): bundle exec rails db:create bundle exec rails db:migrate -Running the dev server: +Running the dev server and auto-building CSS files on change: - bundle exec rails server + bin/dev Running the background workers (requires Redis):