From b10c6d8544c44e56c00b46174b0b580699a86620 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sun, 30 Oct 2022 15:39:06 -0400 Subject: [PATCH] README updates --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e7d9195..0376c60 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,13 @@ This action sets up a PostgreSQL server with PostGIS extension. The code is based on the [ikalnytskyi/action-setup-postgres](https://github.com/ikalnytskyi/action-setup-postgres) action. * Runs on Linux, macOS and Windows runners. -* Adds PostgreSQL [binaries][1] (e.g. `psql`) to `PATH`. -* Uses PostgreSQL installed in [GitHub Actions Virtual Environments][2]. +* Adds PostgreSQL [binaries](https://www.postgresql.org/docs/current/reference-client.html) (e.g. `psql`) to `PATH`. +* Uses PostgreSQL installed in [GitHub Actions Virtual Environments](https://github.com/actions/virtual-environments). * Installs the correct version of PostGIS and runs `CREATE EXTENSION postgis` in the new database. -* [Easy to check][3] that IT DOES NOT contain malicious code. - -[1]: https://www.postgresql.org/docs/current/reference-client.html -[2]: https://github.com/actions/virtual-environments -[3]: action.yml + * Linux version is installed from the [PostGIS apt repository](https://postgis.net/install/). + * Windows version is installed from the [OSGeo](https://download.osgeo.org/postgis/windows/). + * MacOS version is installed using [Homebrew package](https://formulae.brew.sh/formula/postgis). +* [Easy to check][action.yml] that IT DOES NOT contain malicious code. ## Usage