* Update config path in a couple docs
This commit is contained in:
parent
a2f8101821
commit
882c8fbdfb
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue