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

This commit is contained in:
Phil Hagelberg 2019-10-26 16:19:58 -07:00
parent 653054d301
commit 68ec0ac318
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ While we dont 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 [Elixirs install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
* Build-essential tools