From 8d1fe2080298f99135c46e6db649c4510394a592 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Fri, 20 Jun 2014 19:23:24 +0400 Subject: [PATCH] Update README.md Fix wget flags for convenient upgrade binary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08860bb..5993f59 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can use precompiled and statically linced version of this tool without any c ```bash mkdir /root/fastnetmon cd /root/fastnetmon -wget https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/fastnetmon +wget https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/fastnetmon -Ofastnetmon chmod +x fastnetmon ./fastnetmon eth0 ```