mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 19:34:52 +09:00
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
|
Install PostgreSQL. You'll need the server and the client library development
|
||||||
files.
|
files.
|
||||||
|
|
||||||
$ sudo apt-get install postgresql libpq-dev
|
$ sudo apt install postgresql libpq-dev
|
||||||
|
|
||||||
Switch to `postgres` system user:
|
Switch to `postgres` system user:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue