Clarify that postgres contrib modules are required, not just postgres.
authorPhil Hagelberg <phil@hagelb.org>
Sat, 26 Oct 2019 23:19:58 +0000 (16:19 -0700)
committerPhil Hagelberg <phil@hagelb.org>
Sat, 26 Oct 2019 23:19:58 +0000 (16:19 -0700)
README.md

index c8420c81344726a0bc3c16993d26a2e1cd595a3c..dd49822e9c1530e9302abf048936880d7011e74e 100644 (file)
--- 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