logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 5d4b0e83c677698bbfacfa3fbabe31a656138919
parent: beee3e75a8a310cb75cd8b0d51729300b1e05cba
Author: kaniini <ariadne@dereferenced.org>
Date:   Sun, 27 Oct 2019 04:40:06 +0000

Merge branch 'readme-pg-contrib' into 'develop'

Clarify that postgres contrib modules are required, not just postgres.

See merge request pleroma/pleroma!1911

Diffstat:

MREADME.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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