diff --git a/setup.py b/setup.py index 7ac23c5..ee9b065 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# To install Mailnag run this script as root: +# ./setup.py install + from distutils.core import setup from distutils.cmd import Command from distutils.log import warn, info, error