1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 16:16:09 +02:00

Add docs about new installer options

This commit is contained in:
Pavel Odintsov 2015-07-29 16:27:30 +03:00
parent 4d2f64c3db
commit ffcf35c74b

View File

@ -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
```