Skip to content

Commit e90f6e0

Browse files
authored
Update README.md
Fix install command
1 parent ef7b4d0 commit e90f6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Solid Queue can be used with SQL databases such as MySQL, PostgreSQL or SQLite,
3636
Solid Queue is configured by default in new Rails 8 applications. But if you're running an earlier version, you can add it manually following these steps:
3737

3838
1. `bundle add solid_queue`
39-
2. `bin/rails solid_queue:install`
39+
2. `bin/rails generate solid_queue:install`
4040

4141
This will configure Solid Queue as the production Active Job backend, create the configuration files `config/queue.yml` and `config/recurring.yml`, and create the `db/queue_schema.rb`. It'll also create a `bin/jobs` executable wrapper that you can use to start Solid Queue.
4242

0 commit comments

Comments
 (0)