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 72e2605 commit 3b00631Copy full SHA for 3b00631
README.md
@@ -16,7 +16,7 @@ This is a simple MQTT agent that listens to a topic and sends the received messa
16
To build from source, clone the latest version from this repository and compile the package using the following command:
17
```bash
18
cd $HOME
19
-git clone --recurse-submodules https://github.com/grupo-avispa/mqtt_dsr_agent.git
+git clone https://github.com/grupo-avispa/mqtt_dsr_agent.git
20
cd mqtt_dsr_agent
21
mkdir -p build && cd build
22
cmake .. && make -j4 && sudo make install
0 commit comments