Use apt in INSTALL.md, not apt-get (thanks vaeringjar!)
This commit is contained in:
parent
1c47dabe48
commit
9aea6947c0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue