We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187ebc1 commit a92f8c5Copy full SHA for a92f8c5
README.md
@@ -101,7 +101,10 @@ Then is better to check latest version of Qt5.15 fr (e.g. 5.15.2)
101
>mkdir bin\ModbusTools
102
>cd bin\ModbusTools
103
```
104
-
+5. Clone repository:
105
+ ```console
106
+ $ git clone --recursive https://github.com/serhmarch/ModbusTools.git
107
+ ```
108
### Build using qmake
109
110
This example shows how to build `ModbusTools` for MSVC compiler using `qmake`.
0 commit comments