From ffcf35c74b9aa688616ed17d5eb1fcc46d712cda Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Wed, 29 Jul 2015 16:27:30 +0300 Subject: [PATCH] Add docs about new installer options --- docs/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 81f874c..c504d00 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -42,3 +42,9 @@ chmod 755 /usr/local/bin/notify_about_attack.sh After copying the file, you need to open it and configure the 'email_notify' option as required. Guide for manual install (for unsupported platforms): [link](MANUAL_INSTALL.md) + +If you want unstable development branch, please use this syntax: +```bash +wget https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl +sudo perl fastnetmon_install.pl --use-git-master +```