Adding missing dependency for bundle install

This commit is contained in:
Alexandre Aubin 2016-11-28 18:28:15 +00:00 committed by GitHub
parent 7234548b89
commit d57700af51

View file

@ -12,7 +12,7 @@ git clone https://github.com/YunoHost/dynette
Web subscribe server deployment
-------------------------------
```
apt-get install postgresql ruby thin libpq-dev bundler apache2
apt-get install postgresql postgresql-server-dev-9.4 ruby thin libpq-dev bundler apache2
```
In dynette repository: