Updated README.md

main
Killian 4 years ago
parent b38a7a99ed
commit 0c057fb38e

@ -3,6 +3,9 @@
Here is how you can install and use it
[Install the MongoDB Server and MongoDB compass](https://www.mongodb.com/)
- Open a command prompt
- Go to the folder you want using
```bash
@ -27,6 +30,8 @@ npm i
```
- Rename the .env.example file to .env and fill it with your informations
> Your can get your id by doing !myinfos after starting the bot
> The default mongodb link is mongodb://localhost:27017/Instagram but you can also use a cluster
- Start the bot

@ -1,6 +1,6 @@
{
"name": "instabot",
"version": "1.2.0",
"version": "1.2.1",
"description": "A fully working instagram bot using Insta.js by androz2091",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save