File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
railties/lib/rails/generators/rails/app/templates/config/databases Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Let's see what it put in our `config/database.yml`:
99
99
# Install the pg driver:
100
100
# gem install pg
101
101
# On macOS with Homebrew:
102
- # gem install pg -- --with-pg-config=/usr/local /bin/pg_config
102
+ # gem install pg -- --with-pg-config=/opt/homebrew /bin/pg_config
103
103
# On Windows:
104
104
# gem install pg
105
105
# Choose the win32 build.
Original file line number Diff line number Diff line change 3
3
# Install the pg driver:
4
4
# gem install pg
5
5
# On macOS with Homebrew:
6
- # gem install pg -- --with-pg-config=/usr/local /bin/pg_config
6
+ # gem install pg -- --with-pg-config=/opt/homebrew /bin/pg_config
7
7
# On Windows:
8
8
# gem install pg
9
9
# Choose the win32 build.
You can’t perform that action at this time.
0 commit comments