From 848dfd44ff17b23e66262a87c5cd4f425a756f88 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 26 Mar 2016 15:44:39 +0100 Subject: [PATCH] Clarify master should be stable (closes #58) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61e36be..c3dfc84 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Nethogs depends on `ncurses` for the text-based interface and `libpcap` for user yum install gcc-c++ libpcap-devel.x86_64 libpcap.x86_64 ncurses* +#### Getting the source + +The master branch is intended to be stable at all times: + + git clone https://github.com/raboof/nethogs + #### General After that, simply