* Update config path in a couple docs

This commit is contained in:
Bryan Ashby 2015-11-13 11:13:36 -07:00
parent a2f8101821
commit 882c8fbdfb
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ git clone https://github.com/NuSkooler/enigma-bbs.git
``` ```
**Create a Config** **Create a Config**
```hjson ```hjson
/* ~/.enigma-bbs/config.hjson */ /* ~/.config/enigma-bbs/config.hjson */
general: { general: {
boardName: Super Awesome BBS boardName: Super Awesome BBS
} }

View File

@ -22,7 +22,7 @@ openssl genrsa -des3 -out ./misc/ssh_private_key.pem 2048
``` ```
4\. Create a minimal config 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 ```hjson
general: { general: {