From 1a13470c2bfa432a76c5739ceda1c7a45bf85bfe Mon Sep 17 00:00:00 2001 From: rarspace01 Date: Thu, 28 Apr 2022 09:22:13 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 4d6acb7..00510e3 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,7 @@ interface and a programmable text output for scripting. ## Debian/Ubuntu Installation ``` -git clone https://github.com/tgraf/bmon.git -cd bmon -apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev pkg-config dh-autoreconf -./autogen.sh -./configure -make -make install -bmon +sudo apt-get install bmon ``` ## CentOS 6 Installation