(another markdown test)
[margebot.git] / README.md
index f68f1af..e958fa5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,11 +1,14 @@
 Marge: I remind you about outstanding Gitlab merge requests
 
-Use: 
-    - In gitlab: 
-        - Add a 'notify_<roomname>' label to the projects you want margebot to report on.
-    - In errbot:
-       - Add <roomname>@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.