This commit is contained in:
nicco 2018-04-11 12:41:54 +02:00
parent 25217b6216
commit b0e45eb333
1 changed files with 10 additions and 1 deletions

View File

@ -10,4 +10,13 @@ docker-compose up -d
## Setup 🏗
Insert your credentials in the `app.py` file and change the settings to what you like.
```bash
git clone https://github.com/CupCakeArmy/docker-instabot
cd docker-instabot
# Insert your credentials and customize tags etc.
vim app.py
# Run
docker-compose up -d
```