mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
INSTALL.md: fix list format, remove duplication
This commit is contained in:
parent
7c60a79e77
commit
139cb7a01e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user