Remove trailing space
This commit is contained in:
parent
370fe3b192
commit
b0adefc540
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Suggestions/PRs welcomed!
|
||||||
```shell
|
```shell
|
||||||
wg genkey > private.key
|
wg genkey > private.key
|
||||||
wg pubkey < private.key > public.key # not needed
|
wg pubkey < private.key > public.key # not needed
|
||||||
|
|
||||||
# Postgres
|
# Postgres
|
||||||
cp config.json.postgres.example config.json
|
cp config.json.postgres.example config.json
|
||||||
# or
|
# or
|
||||||
|
|
Loading…
Reference in a new issue