Update README.md
This commit is contained in:
1 parent
c6563ca2cd
commit
6c19a50f87
1 file changed
+2
-20
@@ -1,23 +1,5 @@
|
|||||||
### Lines Police CAD Discord Bot
|
### Lines Police CAD Discord Bot
|
||||||
|
|
||||||

|
This project is being archived and moved to the organization repository.
|
||||||
|
|
||||||
This is the official Lines Police CAD bot for Discord integration.
|
Visit https://github.com/Lines-Police-CAD/police-cad-bot for issues, requests, commits, etc.
|
||||||
|
|
||||||
### Requirements :
|
|
||||||
1. [police-cad](https://github.com/LinesMerrill/police-cad)
|
|
||||||
2. [Node.js](https://nodejs.org/en/)
|
|
||||||
3. [MongoDB](https://docs.mongodb.com/manual/administration/install-community/)
|
|
||||||
|
|
||||||
### Getting Started with Code :
|
|
||||||
1. Follow the [README.md](https://github.com/Linesmerrill/police-cad/blob/main/README.md) to setup an instance of the police-cad project. This will also include the setup of MongoDB that the bot will access.
|
|
||||||
2. Clone the repository and change into project directory.
|
|
||||||
```
|
|
||||||
$ git clone https://github.com/SowinskiBraeden/police-cad-bot.git && cd police-cad-bot
|
|
||||||
```
|
|
||||||
3. Run `npm install` to install dependencies.
|
|
||||||
4. Duplicate `.env.example` and rename to `.env`. Edit to your configurations
|
|
||||||
5. Run the bot using node.
|
|
||||||
```
|
|
||||||
$ node index.js
|
|
||||||
```
|
|
||||||
Reference in new issue
Block a user