diff --git a/README.md b/README.md index be5af62..511ea1f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Within Python Virtual Environment: 2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it. -3. Run `python setup.py` to get your bot's access token of your Mastodon or Pleroma server existing account. It will be saved to 'secrets/secrets.txt' for further use. +3. Run `python setup.py` to get your bot's access token of your Mastodon server existing account. It will be saved to 'secrets/secrets.txt' for further use. -4. Run `python welcome.py` to get all peers from your host and the whole world of fediverse's servers (or almost the whole world). +4. Run `python welcome.py` to check if ny new users and greet them and what is the registering evolution (hourly, daily, weekly). 5. Use your favourite scheduling method to set `python welcome.py` to run every minute.