1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 15:41:45 +02:00

Add debug about usage with master

This commit is contained in:
Pavel Odintsov 2015-06-16 14:21:53 +03:00
parent 23d508bfb3
commit 6b4aa2d66a

15
docs/DEV_VERSION.md Normal file

@ -0,0 +1,15 @@
### How I can switch to current Git version?
First of all, please install FastNetMon with automatic installer [here](https://github.com/FastVPSEestiOu/fastnetmon/blob/master/docs/INSTALL.md)
Than switch to master branch and rebuild toolkit:
```bash
cd /usr/src/fastnetmon
git checkout master
cd src/build
cmake ..
make
./fastnetmon
```
You could use ```git log``` command for checking about last commits and compare with [GitHub](https://github.com/FastVPSEestiOu/fastnetmon/commits/master)