File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,17 @@ Key features
3333
3434## Compilation and install
3535--------------------------
36-
3736 Before reading any further, make sure, you have installed MQTT broker
3837
3938### Build from source
4039
41- $ git clone https://github.com/tarantool/mqtt.git
42- $ cd mqtt
43- $ git submodule update --init --recursive
44- $ cmake .
45- $ make
40+ ``` bash
41+ $ git clone https://github.com/tarantool/mqtt.git
42+ $ cd mqtt
43+ $ git submodule update --init --recursive
44+ $ cmake .
45+ $ make
46+ ```
4647
4748[ Back to content] ( #content )
4849
@@ -356,7 +357,7 @@ Lua API documentation
356357 true or false, emsg
357358
358359 See Also:
359- [ insecure_set ] ( #insecure_set )
360+ [ tls_insecure_set ] ( #tls_insecure_set )
360361
361362``` lua
362363 mqtt = require (' mqtt' )
You can’t perform that action at this time.
0 commit comments