From 4b8626a2bbe521f565ca9ee0b48f6c8ccdadc20f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 24 Jul 2023 22:12:50 -0400 Subject: [PATCH] Update instructions for Homebrew on macOS download page First, this removes a URL that was 404ing, and updates the instructions to match current Homebrew conventions Reported-by: John Lin Author: Daniel Gustafsson Author: Jonathan Katz --- templates/pages/download/macosx.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/templates/pages/download/macosx.html b/templates/pages/download/macosx.html index fec56702..6cf6c678 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

-- 2.39.5