diff --git a/README.md b/README.md index 12a15f0..b881ac2 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ Within Python Virtual Environment: 1. Run `pip install -r requirements.txt` to install needed Python libraries. -2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it. +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 Mastodon's bot account tokens. +3. Run `python smtp_setup.py` to setup your smtp server, user and password. Needed to send game anotations to players. -4. Use your favourite scheduling method to set `python mastochess.py` to run regularly. +4. Run `python setup.py` to get your Mastodon's bot account tokens. + +5. Use your favourite scheduling method to set `python mastochess.py` to run regularly. ![board](board.png) 20.11.2020 - New feature! Added link to on going games in games list 21.11.2020 - New feature! Added a warning to player in turn when has been captured one of its pieces 23.11.2020 - New feature! Now all moves are saved to file (with san anotation). -25.11.2020 - New feature! Get any game anotations via email. +25.11.2020 - New feature! Get any game anotations via email (see point 3 above).