From b0e45eb33339d2fa5ccdd53cda24fcd208940640 Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 11 Apr 2018 12:41:54 +0200 Subject: [PATCH] Setup --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a0a44..e01ab72 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +```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 +``` \ No newline at end of file