From 44490c59289cbdad03d81e701fc07b0624c0b88d Mon Sep 17 00:00:00 2001 From: Solar Olugebefola Date: Mon, 27 Mar 2017 15:31:10 -0400 Subject: [PATCH] Add psql prerequisite --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 34fdc84ae..a54a18b5d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ There are several ways to install TimescaleDB: (1) Homebrew (for MacOS), _NOTE: Currently, upgrading to new versions requires a fresh install._ +**Prerequisite** + +- The [Postgres client][Postgres-client] (psql) is required for all of the following installation methods. + +[Postgres-client]: https://wiki.postgresql.org/wiki/Detailed_installation_guides + ### Option 1 - Homebrew This will install PostgreSQL 9.6 via Homebrew as well. If you have