projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9b0c2
)
Add Homebrew to the Mac OS X download page.
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 5 Jun 2013 07:19:10 +0000
(08:19 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Wed, 5 Jun 2013 07:19:10 +0000
(08:19 +0100)
templates/pages/download/macosx.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/pages/download/macosx.html
b/templates/pages/download/macosx.html
index 9da5e90331d7c2e136e5f463cbd2f90e53bcbe84..c08207f1c3c5f31487cdada9b0a0e099b3aa4a5f 100644
(file)
--- a/
templates/pages/download/macosx.html
+++ b/
templates/pages/download/macosx.html
@@
-67,4
+67,18
@@
A list of
can be found using the portfiles search tool on the MacPorts website.
</p>
+<h2>Homebrew</h2>
+
+<p>
+PostgreSQL can also be installed on Mac OS X
+using <a href="http://brew.sh">Homebrew</a>. Please see the Homewbrew
+documentation for information on how to install packages.
+</p>
+
+<p>
+A list
+of <a href="http://braumeister.org/formula/postgresql">PostgreSQL
+packages</a> can be found using the Braumeister search tool.
+</p>
+
{%endblock%}