Skip to content

Commit 3b00631

Browse files
committed
Update readme
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 72e2605 commit 3b00631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a simple MQTT agent that listens to a topic and sends the received messa
1616
To build from source, clone the latest version from this repository and compile the package using the following command:
1717
```bash
1818
cd $HOME
19-
git clone --recurse-submodules https://github.com/grupo-avispa/mqtt_dsr_agent.git
19+
git clone https://github.com/grupo-avispa/mqtt_dsr_agent.git
2020
cd mqtt_dsr_agent
2121
mkdir -p build && cd build
2222
cmake .. && make -j4 && sudo make install

0 commit comments

Comments
 (0)