diff --git a/README.md b/README.md index bc5b2448..a91d731d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ git clone https://github.com/NuSkooler/enigma-bbs.git ``` **Create a Config** ```hjson -/* ~/.enigma-bbs/config.hjson */ +/* ~/.config/enigma-bbs/config.hjson */ general: { boardName: Super Awesome BBS } diff --git a/docs/index.md b/docs/index.md index ad29fd50..f8b7e141 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ openssl genrsa -des3 -out ./misc/ssh_private_key.pem 2048 ``` 4\. Create a minimal config -Main system configuration is handled via `~/.enigma-bbs/config.hjson`. This is a HJSON file (compiliant JSON is also OK). +Main system configuration is handled via `~/.config/enigma-bbs/config.hjson`. This is a HJSON file (compiliant JSON is also OK). ```hjson general: {