From 9aea6947c0ecc945e8b6ac442d322eb25a6fd429 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 28 Nov 2018 08:20:45 +0000 Subject: [PATCH] Use apt in INSTALL.md, not apt-get (thanks vaeringjar!) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0576f0a..9addb23 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: