Fix oputil.js config new syntax
This commit is contained in:
parent
9379c7f5e7
commit
b1d855e36c
|
@ -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.
|
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...
|
For Windows environments or if you simply like to do things manually, read on...
|
||||||
|
|
||||||
### Prerequisites
|
### 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**:
|
`oputil.js` can be utilized to generate your **initial** configuration. **This is the recommended way for all new users**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./oputil.js config --new
|
./oputil.js config new
|
||||||
```
|
```
|
||||||
|
|
||||||
(You wil be asked a series of basic questions)
|
(You wil be asked a series of basic questions)
|
||||||
|
|
Loading…
Reference in New Issue