diff --git a/.gitignore b/.gitignore index 344f0b6..97aa159 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -scripts/ \ No newline at end of file +scripts/ +cfg.js diff --git a/README.md b/README.md index 6f50353..ffa1e7d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ ______ _____ _____ _____ ## Setup +Copy and rename ``cfg.js.example`` to ``cfg.js``. + Open ``cfg.js`` and fill the following fields: ````js @@ -60,4 +62,4 @@ Depending on your OS, you need to run either ``run-linux.sh`` or ``run-windows.b If everything went fine, it should look like: -![Preview](http://image.prntscr.com/image/6ce92058147b4067b8027c42258a198c.png "") \ No newline at end of file +![Preview](http://image.prntscr.com/image/6ce92058147b4067b8027c42258a198c.png "") diff --git a/cfg.js b/cfg.js.example similarity index 100% rename from cfg.js rename to cfg.js.example