diff --git a/core/config.js b/core/config.js index 26574d0c..d62e3eb0 100644 --- a/core/config.js +++ b/core/config.js @@ -52,7 +52,8 @@ function init(configPath, cb) { function getDefaultPath() { var base = miscUtil.resolvePath('~/'); if(base) { - return paths.join(base, '.enigma-bbs', 'config.hjson'); + // e.g. /home/users/joeuser/.config/enigma-bbs/config.hjson + return paths.join(base, '.config', 'enigma-bbs', 'config.hjson'); } } diff --git a/docs/index.md b/docs/index.md index b326b56d..ad29fd50 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,4 +37,11 @@ messages: { { name: "local_enigma_discusssion", desc: "ENiGMA Discussion", groups: [ "users" ] } ] } -``` \ No newline at end of file +``` + +5\. Launch! +```bash +./main.js +``` + +The first user you create via applying is the root SysOp. \ No newline at end of file