Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/ref/contrib/gis/install/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ Postgres.app
~~~~~~~~~~~~

`Postgres.app <https://postgresapp.com/>`_ is a standalone PostgreSQL server
that includes the PostGIS extension. You will also need to install ``gdal`` and
``libgeoip`` with :ref:`homebrew`.
that includes the PostGIS extension. You will also need to install ``gdal``
with :ref:`homebrew`.

After installing Postgres.app, add the following to your ``.bash_profile`` so
you can run the package's programs from the command-line. Replace ``X.Y`` with
Expand Down Expand Up @@ -273,7 +273,6 @@ Summary:
$ brew install postgresql
$ brew install postgis
$ brew install gdal
$ brew install libgeoip

__ https://brew.sh/
.. _Xcode: https://developer.apple.com/xcode/
Expand Down Expand Up @@ -310,7 +309,6 @@ Summary:
$ sudo port install proj6
$ sudo port install postgis3
$ sudo port install gdal
$ sudo port install libgeoip

.. note::

Expand Down