From 0ab0c9421ba13d014bc9c2151c005bf72d4a4728 Mon Sep 17 00:00:00 2001 From: verita84 Date: Wed, 30 Nov 2022 23:36:25 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..ec763b2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +1. Create the bot account on your instance +2. Build and start the bot container +``` +docker build -t blockbot . +docker run -d --name blockbot --restart=always -e ENDPOINT=poster.place blockbot +``` + +3. Go inside the container and setup the account auth + +``` +docker exec -it blockbot bash + +toot login (login as your bot account) + +exit + +``` + +4. Modify ```bot.sh ``` and +