diff --git a/README.md b/README.md index 128c3ab..5e36af4 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,15 @@ Lions Will Eat is a Mastodon Bot living at https://botsin.space/@lionseat # Building and Running Install the dependencies in `requirements.txt` + Set up environment variables + `LIONSEAT_CLIENTID` - Mastodon Client ID + `LIONSEAT_CLIENTSECRET` - Mastodon Client Secret + `LIONSEAT_MASTO_URL` - Mastodon Instance URL + `LIONSEAT_USER` - Bot User + `LIONSEAT_PASS` - Bot Password