diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 4996bcd1ee9..79c0d86a145 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -65,7 +65,7 @@ Create an admin account with: Discourse does a lot of stuff async, so it's better to run sidekiq even on development mode: - ruby $(mailcatcher) # open http://localhost:1080 to see the emails, stop with pkill -f mailcatcher + mailcatcher # open http://localhost:1080 to see the emails, stop with pkill -f mailcatcher bundle exec sidekiq # open http://localhost:3000/sidekiq to see queues bundle exec rails server