* Update config path in a couple docs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user