Update README.md to show build instructions

This commit is contained in:
2022-01-20 14:43:02 +01:00
committed by GitHub
parent 2505c2b695
commit cd6d8c4361

View File

@ -6,3 +6,14 @@ Simple Qt modbus tester
Currently only supports modbus-tcp and only reading registers (no writing yet)
![Screenshot](/screenshot.png)
## Build and Run
```
git clone git@github.com:0xFEEDC0DE64/qtmodbustester.git
cd qtmodbustester
mkdir build
cd build
qmake ..
make
./qtmodbustester
```