fastnetmon-ng/docs/DEV_VERSION.md
2017-12-03 21:22:11 +00:00

16 lines
495 B
Markdown

### How I can switch to current Git version?
First of all, please install FastNetMon with automatic installer [here](https://github.com/pavel-odintsov/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/pavel-odintsov/fastnetmon/commits/master)