]> jfr.im git - erebus.git/blobdiff - README.md
urls - allow to block channels in config
[erebus.git] / README.md
index 39ab04c172b1078377655f220c2755a5cbfdb19e..414f9f3a13884fb96c733cbaaa8f18f2d5876281 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Getting started
 - `vim bot.config`
 - Create a MySQL database, i.e. `CREATE DATABASE foo; GRANT ALL ON foo.* TO ...`
 - `mysql <dump.sql`
-- `./run.sh`
+- `./run`
 
 Install croncheck.sh in your crontab, if desired.  
 `* * * * * /path/to/erebus/croncheck.sh`  
@@ -15,8 +15,8 @@ To suppress croncheck.sh from restarting the bot without removing from crontab,
 
 Output will be placed in `logfile`, which is rotated to `oldlogs/`. (I strongly recommend `rm oldlogs/*` as a weekly crontab entry. `@weekly find /path/to/erebus/oldlogs/ -mtime 7 -execdir rm '{}' +`)
 
-The bot targets both Python 2 and 3. However, it is generally only actively tested on Python 2.
-If it's not working on Python 3 (or an included module isn't working on Python 3), please raise a bug.
+The bot targets both Python 2 and 3. It has recently switched to being primarily tested on Python 3.
+Python 2 support will slowly erode due to a lack of testing.
 
 Some modules require additional supporting materials, which can be found in `modules/contrib/`.