Update README.md

This commit is contained in:
Jessica L. Hacker 2019-09-19 09:49:12 -07:00
parent 3ce1fd3603
commit 3fb00c7a8a

View file

@ -25,4 +25,11 @@ sudo docker run -it --rm --name communistquotes --env-file ../env communistquote
Copy `inventory.example` to `inventory`, and enter your server's ssh address. Then run the following command:
```
ansible-playbook ansible.yml --become
```
```
## Options
Custom flags can be used when running `main.py`:
`--debug`: Dont actually login or post to the remote API
`--nomastodon`: Run without loading anything that requires the Mastodon library.