From 1fae256200dbcf5e83a80e84f4dbfe8506b0e6cb Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 19 Nov 2016 23:49:32 +0100 Subject: [PATCH] Link to releases page Mentioned in #104 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5b6030..3f0fe19 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Nethogs is a mature piece of software included in most Linux distributions. Ideas for features, as well as [open bugs](https://github.com/raboof/nethogs/issues?q=is%3Aopen+is%3Aissue), can be found on [issues' label:enhancement](https://github.com/raboof/nethogs/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement). +### Downloading + +You can clone this repo or get a source release from +https://github.com/raboof/nethogs/releases + ### Building from source Nethogs depends on `ncurses` for the text-based interface and `libpcap` for user-level packet capture. So you need to install both **development libraries** before building nethogs.