Merge pull request #47557 from swanson/swanson/remove-macports

Remove references to MacPorts setup
This commit is contained in:
Carlos Antonio da Silva 2023-03-02 14:17:31 -03:00 committed by GitHub
commit 7cf65bc335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

@ -93,8 +93,6 @@ Let's see what it put in our `config/database.yml`:
# gem install pg
# On macOS with Homebrew:
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
# On macOS with MacPorts:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.

@ -4,8 +4,6 @@
# gem install pg
# On macOS with Homebrew:
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
# On macOS with MacPorts:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.