From 882c8fbdfbddf50303fa101030f1caf59e5a1d72 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 13 Nov 2015 11:13:36 -0700 Subject: [PATCH] * Update config path in a couple docs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {