summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Hagelberg <phil@hagelb.org>2019-10-26 16:19:58 -0700
committerPhil Hagelberg <phil@hagelb.org>2019-10-26 16:19:58 -0700
commit68ec0ac3182a5fde005ef133dc674bf0af033fe6 (patch)
treebfc98d7b03bb83153723a48a30036b6ceddc686b /README.md
parent653054d301b88070cd60f6b0f8a0b188dee81cba (diff)
Clarify that postgres contrib modules are required, not just postgres.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8420c813..dd49822e9 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ While we don’t provide docker files, other people have written very good ones.
### Dependencies
-* Postgresql version 9.6 or newer
+* Postgresql version 9.6 or newer, including the contrib modules
* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir’s install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
* Build-essential tools