Use apt in INSTALL.md, not apt-get (thanks vaeringjar!)

This commit is contained in:
fr33domlover 2018-11-28 08:20:45 +00:00
parent 1c47dabe48
commit 9aea6947c0

View file

@ -85,7 +85,7 @@ Generate a new SSH key with a blank password:
Install PostgreSQL. You'll need the server and the client library development
files.
$ sudo apt-get install postgresql libpq-dev
$ sudo apt install postgresql libpq-dev
Switch to `postgres` system user: