Commit ced4ef8c01fd2c87eb01712b20515f5ecb7d9c7c

Authored by Patric Stout
1 parent 11dbf8f9

chore(docs): README suggested to use "make" instead of "cmake"

Fixes #1.
Showing 1 changed file with 1 additions and 1 deletions
README.md
... ... @@ -5,7 +5,7 @@
5 5 ```bash
6 6 mkdir build
7 7 cd build
8   -make .. -DBUILD_SHARED_LIBS=ON -DMIN_LOGGER_LEVEL=TRACE
  8 +cmake .. -DBUILD_SHARED_LIBS=ON -DMIN_LOGGER_LEVEL=TRACE
9 9 make -j$(nproc)
10 10  
11 11 example/pubsub/truemqtt_pubsub
... ...