Backporting production changes / updating tests
[margebot.git] / README.md
index 38dd0c1..838c97f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,12 @@
 Marge: I remind you about outstanding Gitlab merge requests
 
 Development Notes:
-```
-> python3 -m venv ./env
-> source ./env/bin/activate
-> python setup.py develop
-> python setup.py test
-```
+
+    > 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.
 
-TODO Notes:
-- Port from pyapi-gitlab to python-gitlab
+- Errbot plugs aren't distributed as eggs. Instead copy the contents of the plugin directory to a 'Marge' directory under your Errnbot plugins directory.