Move documentation to docs folder

This commit is contained in:
Pavel Odintsov 2015-03-13 18:32:38 +03:00
parent 95d4965b4c
commit ba8a440d01
9 changed files with 6 additions and 6 deletions

View File

@ -10,10 +10,10 @@ What can we do? We can detect hosts in our own network with a large amount of pa
Why did we write this? Because we can't find any software for solving this problem in the open source world!
- [Install manual for any Linux](INSTALL.md)
- [Install manual for FreeBSD](FreeBSD_INSTALL.md)
- [Install manual for Mac OS X](MAC_OS_INSTALL.md)
- [Install manual for Slackware](SLACKWARE_INSTALL.md)
- [Install manual for any Linux](docs/INSTALL.md)
- [Install manual for FreeBSD](docs/FreeBSD_INSTALL.md)
- [Install manual for Mac OS X](docs/MAC_OS_INSTALL.md)
- [Install manual for Slackware](docs/SLACKWARE_INSTALL.md)
[![Build Status](https://travis-ci.org/FastVPSEestiOu/fastnetmon.svg?branch=master)](https://travis-ci.org/FastVPSEestiOu/fastnetmon) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FastVPSEestiOu/fastnetmon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

View File

@ -22,5 +22,5 @@ cmake ..
make
```
For netmap support you may need compile kernel manually with this [manual](BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md).
For netmap support you may need compile kernel manually with this [manual](docs/BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md).

View File

@ -41,4 +41,4 @@ 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)
Guide for manual install (for unsupported platforms): [link](docs/MANUAL_INSTALL.md)