📖 Improve dependency link on install guide

People were missing it

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-21 09:19:18 +02:00
parent a40c9fd4b5
commit b1dcbf191c
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 9 additions and 2 deletions

View File

@ -12,9 +12,16 @@
## Dependencies
Mobilizon requires Elixir, NodeJS and PostgreSQL among other things.
Mobilizon requires Elixir, NodeJS and PostgreSQL among other things. Prefer to install Elixir and NodeJS from their official repositories instead of your distribution's packages.
Installing dependencies depends on the system you're using. Follow the steps of the [dependencies guide](dependencies.md).
Recommended versions:
* Elixir 1.8+
* NodeJS 12+
* PostgreSQL 11+
!!! important
Installing dependencies depends on the system you're using. Follow the steps of the [dependencies guide](dependencies.md) and come back to this page when done.
## Setup