From d303346e6bec8b3db62372c620aad1907f0c3908 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 26 Aug 2012 21:52:15 +0200 Subject: [PATCH] added comment --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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