mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Switch json for yaml in README
This commit is contained in:
parent
86ecc2a234
commit
31344128a0
1 changed files with 1 additions and 5 deletions
|
@ -24,11 +24,7 @@
|
|||
```shell
|
||||
wg genkey > private.key
|
||||
|
||||
# Postgres
|
||||
cp config.json.postgres.example config.json
|
||||
# or
|
||||
# SQLite
|
||||
cp config.json.sqlite.example config.json
|
||||
cp config.yaml.example config.yaml
|
||||
```
|
||||
|
||||
4. Create a namespace
|
||||
|
|
Loading…
Reference in a new issue