diff --git a/lemur/plugins/lemur_linuxdst/readme.txt b/lemur/plugins/lemur_linuxdst/readme.txt index 01b87d5c..944cda9a 100644 --- a/lemur/plugins/lemur_linuxdst/readme.txt +++ b/lemur/plugins/lemur_linuxdst/readme.txt @@ -4,3 +4,5 @@ example: If you input a password for a private key, it is stored in clear text add this to the lemur.plugins entry_points in /www/lemur/setup.py 'linux_destination = lemur.plugins.lemur_linuxdst.plugin:LinuxDstPlugin', + +note: DO NOT FORGET TO EXECUTE 'make release' and restart your service after modifying the setup.py