Skip to content

Commit 7d14a0a

Browse files
Update README.md
1 parent 9db258d commit 7d14a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Modbus tcp client that stores its data (registers) in shared memory objects.
55
## Build
66
```
77
git submodule init
8+
git submodule update
89
mkdir build
910
cd build
1011
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF
11-
cmake -build .
12+
cmake --build .
1213
```
1314

1415
## Use

0 commit comments

Comments
 (0)