Update 'README.md'
This commit is contained in:
parent
52a0a80cc3
commit
0ab0c9421b
20
README.md
20
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user