update README to mention shebang
This commit is contained in:
parent
e89b2fae5c
commit
34115f41cf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Node.JS: 14
|
||||||
npm: 6.14
|
npm: 6.14
|
||||||
# Let's get this ~~party~~ bot started!
|
# Let's get this ~~party~~ bot started!
|
||||||
For first time start up, You will need to run ``npm install`` to install the needed npm packages.
|
For first time start up, You will need to run ``npm install`` to install the needed npm packages.
|
||||||
Afterwards fill out the ``config-example.json`` and rename it to ``config.json``, then just run ``node start.js``!
|
Afterwards fill out the ``config-example.json`` and rename it to ``config.json``, then just run ``node start.js`` (or ``./start.js`` on Linux)!
|
||||||
⚠️ If you don't specify the Owner ID, Some commands such as the bot controls will be unusable!
|
⚠️ If you don't specify the Owner ID, Some commands such as the bot controls will be unusable!
|
||||||
# Support
|
# Support
|
||||||
Anitrox isn't really supported but you can get help from the Discord server if you need any: discord.gg/5nQtMNpf43
|
Anitrox isn't really supported but you can get help from the Discord server if you need any: discord.gg/5nQtMNpf43
|
||||||
|
|
Reference in a new issue