diff options
author | Phil Hagelberg <phil@hagelb.org> | 2019-10-26 16:19:58 -0700 |
---|---|---|
committer | Phil Hagelberg <phil@hagelb.org> | 2019-10-26 16:19:58 -0700 |
commit | 68ec0ac3182a5fde005ef133dc674bf0af033fe6 (patch) | |
tree | bfc98d7b03bb83153723a48a30036b6ceddc686b | |
parent | 653054d301b88070cd60f6b0f8a0b188dee81cba (diff) | |
download | pleroma-68ec0ac3182a5fde005ef133dc674bf0af033fe6.tar.gz |
Clarify that postgres contrib modules are required, not just postgres.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |