Skip to content

Commit 4d6dad3

Browse files
Update README.md
1 parent 6cce165 commit 4d6dad3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Modbus TCP client shm
1+
# Modbus RTU client shm
22

3-
Modbus tcp client that stores its data (registers) in shared memory objects.
3+
Modbus RTU client that stores its data (registers) in shared memory objects.
44

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)