aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorseb2010-10-07 09:23:44 +0200
committerAdam Vandenberg2010-10-07 06:56:55 -0700
commit3aada080463581888a66f1db948ef3521c60762a (patch)
treea821becb8eb2854f0ac734d06e3367ce75ef16d1 /Library
parent208ba0ad0c57b42c7d424615452e0b825c017378 (diff)
downloadhomebrew-3aada080463581888a66f1db948ef3521c60762a.tar.bz2
recommend pg gem instead of outdated postgres gem
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 6b9b54d4d..36777edf1 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -114,7 +114,7 @@ EOS
s << <<-EOS
If you want to install the postgres gem, including ARCHFLAGS is recommended:
- env ARCHFLAGS="-arch x86_64" gem install postgres
+ env ARCHFLAGS="-arch x86_64" gem install pg
To install gems without sudo, see the Homebrew wiki.
EOS