Fix oputil.js config new syntax

This commit is contained in:
Bryan Ashby 2017-08-29 19:37:24 -06:00
parent 9379c7f5e7
commit b1d855e36c
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/inst
For other environments such as Windows, see **The Manual Way** below.
## The Manual Way
## The Manual Way (aka Advanced)
For Windows environments or if you simply like to do things manually, read on...
### Prerequisites
@ -61,7 +61,7 @@ The main system configuration is handled via `~/.config/enigma-bbs/config.hjson`
`oputil.js` can be utilized to generate your **initial** configuration. **This is the recommended way for all new users**:
```bash
./oputil.js config --new
./oputil.js config new
```
(You wil be asked a series of basic questions)