diff --git a/templates/pages/download/macosx.html b/templates/pages/download/macosx.html index fec5670..6cf6c67 100644 --- a/templates/pages/download/macosx.html +++ b/templates/pages/download/macosx.html @@ -93,15 +93,23 @@ ready and awaiting new connections. Close the app, and the server shuts down.

Homebrew

-PostgreSQL can also be installed on macOS -using Homebrew. Please see the Homebrew -documentation for information on how to install packages. +PostgreSQL can also be installed on macOS using +Homebrew. For example, to install PostgreSQL 15, +you can use the following command:

-A list -of PostgreSQL -packages can be found using the Braumeister search tool. + + brew install postgresql@15 + +

+ +

+ You can use Homebrew Formulae to + search for PostgreSQL and other packages. To find a specific major version of + PostgreSQL, search for postgresql@NN, where NN + represents the major version. For example, + postgresql@15.

MacPorts