Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/BlueMalgeran/NotABot
Browse files Browse the repository at this point in the history
  • Loading branch information
jewdev committed Apr 22, 2018
2 parents f314a58 + 8c4ea55 commit 5d7c594
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ You can invite NotABot by clicking
1. Download the files in the repository
2. Download Node.JS here: https://nodejs.org/en/
3. Open cmd and type `npm install`
4. Open cmd in the bot's folder and install the npm dependencies from `package.json`
5. Setup `settings.json`
6. Open `startbot.bat` to make the bot online.
4. Setup `settings.json`
5. Open `startbot.bat` to make the bot online.
# 24/7 host (Windows)
1. Open cmd in the folder and type `npm install pm2`
2. Type in the cmd `pm2 start index.js` abd the bot will be online 24/7!
# How to install (Ubuntu)
1. `$ git clone https://github.com/BlueMalgeran/NotABot`
2. Download node.js `$ sudo apt-get install -y nodejs`
3. Install the dependencies from `package.json`
3. Type `npm install` and it'll install the whole `package.json` dependencies
4. Setup `settings.json`
5. Type `node index.js` in the terminal
# 24/7 host (Ubuntu)
Expand Down

0 comments on commit 5d7c594

Please sign in to comment.