Skip to content

Commit

Permalink
docs: mention that postgres is required to run the generator (#457)
Browse files Browse the repository at this point in the history
I'm happy if someone wants to improve how this is explained around the
rest of the doc so it's less of a "short random sentence", but at least
now it is documented.
  • Loading branch information
G-Rath authored Aug 10, 2023
1 parent eeadd3c commit 8d0acff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ working directory if it exists. Otherwise you can specify a path using the
[ackama_rails_template.config.yml](./ackama_rails_template.config.yml) is a
documented configuration example that you can copy.

You must also have Postgres running on port 5432.

To generate a Rails application using this template, pass the `--template`
option to `rails new`, like this:

Expand Down

0 comments on commit 8d0acff

Please sign in to comment.