X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=README.md;h=838c97f72a2b002741a65888e36aa88d93649b38;hp=f68f1af36fa45ad12791580901f225f06df4f693;hb=HEAD;hpb=37a205f220a629d3a02dd1ce6a8dc75a33242de7 diff --git a/README.md b/README.md index f68f1af..838c97f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ Marge: I remind you about outstanding Gitlab merge requests -Use: - - In gitlab: - - Add a 'notify_' label to the projects you want margebot to report on. - - In errbot: - - Add @domain to the CHATROOM_PRESENCE list in config.py for rooms margebot should join - +Development Notes: + > python3 -m venv ./env + > source ./env/bin/activate + > python setup.py develop + > python setup.py test +Deployment Notes: +- Errbot plugs aren't distributed as eggs. Instead copy the contents of the plugin directory to a 'Marge' directory under your Errnbot plugins directory.