Skip to content

Commit

Permalink
Move documentation to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Mar 13, 2015
1 parent da62135 commit b3d95ed
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion FreeBSD_INSTALL.md → docs/FreeBSD_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion INSTALL.md → docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b3d95ed

Please sign in to comment.