Update README.md

Fix wget flags for convenient upgrade binary.
This commit is contained in:
Pavel Odintsov 2014-06-20 19:23:24 +04:00
parent 88bb4c867d
commit 8d1fe20802

@ -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
```