Removed the jokes / added the reviewer name to the single +1 response.
[margebot.git] / README.md
index effada8..38dd0c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,16 @@
 Marge: I remind you about outstanding Gitlab merge requests
 
-Use: 
+Development Notes:
+```
+> python3 -m venv ./env
+> source ./env/bin/activate
+> python setup.py develop
+> python setup.py test
+```
 
-* In gitlab:
-    * For each repo you want Margebot to watch, add a Merge Request triggered webhook in the form https://your.webhook.host/margebot/room1,room2 for haing Mrbebot send reminders to rooms room1 and room2.
-* In errbot:
-    * Update CHATROOM\_PRESENCE list in config.py so Margebot joins all the rooms you want it to join.
+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.
 
+TODO Notes:
+- Port from pyapi-gitlab to python-gitlab