From b1d855e36c75589748c87b971f3246899122f80f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 29 Aug 2017 19:37:24 -0600 Subject: [PATCH] Fix oputil.js config new syntax --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4ceb6449..dc440c7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)