Update README.md
This commit is contained in:
parent
3ce1fd3603
commit
3fb00c7a8a
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue