INSTALL.md: fix list format, remove duplication

main
Richard van der Hoff 2018-03-02 14:34:47 +00:00 committed by GitHub
parent 7c60a79e77
commit 139cb7a01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -62,9 +62,6 @@ Dendrite requires a postgres database engine, version 9.5 or later.
```bash
sudo -u postgres createuser -P dendrite # prompts for password
```
On macOS, omit `sudo -u postgres`.
* Create databases:
```bash
for i in account device mediaapi syncapi roomserver serverkey federationsender publicroomsapi naffka; do
@ -72,7 +69,7 @@ On macOS, omit `sudo -u postgres`.
done
```
On macOS, omit `sudo -u postgres`.
(On macOS, omit `sudo -u postgres` from the above commands.)
### Crypto key generation