Browse code

Update CONTRIBUTING.md

Michael DeHaan authored on 2013/09/19 10:14:02
Showing 1 changed files
... ...
@@ -73,6 +73,10 @@ backwards-compatible improvements.  Code developed for Ansible needs to support
73 73
 while code in modules must run under Python 2.4 or higher.  Please also use a 4-space indent
74 74
 and no tabs.
75 75
 
76
+Tip: To easily run from a checkout, source "./hacking/env-setup" and that's it -- no install
77
+required.  You're now live!
78
+
79
+
76 80
 Reporting A Bug
77 81
 ---------------
78 82