forked from AkkomaGang/akkoma
Merge branch 'readme-pg-contrib' into 'develop'
Clarify that postgres contrib modules are required, not just postgres. See merge request pleroma/pleroma!1911
This commit is contained in:
commit
5d4b0e83c6
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue