Clarify master should be stable (closes #58)

This commit is contained in:
Arnout Engelen
2016-03-26 15:44:39 +01:00
parent 8613de843d
commit 848dfd44ff

View File

@@ -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* 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 #### General
After that, simply After that, simply