aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2017-02-12 17:31:40 +0200
committerGitHub <noreply@github.com>2017-02-12 17:31:40 +0200
commitf4d155ebdf5eccb02c96ac26b8a8d90c80722a12 (patch)
tree863d6f31f7ba5581d8252b5d7c7e2bbf3253e6b1 /README.md
parent4be8806b603735f84796f876def792c9afa93400 (diff)
downloadmqtt-f4d155ebdf5eccb02c96ac26b8a8d90c80722a12.tar.gz
mqtt-f4d155ebdf5eccb02c96ac26b8a8d90c80722a12.zip
Update README.md
Add a notice about the tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0603f1..54c35f1 100644
--- a/README.md
+++ b/README.md
@@ -21,3 +21,7 @@ Execute in the build directory you created above:
$ make amalgamate
Now the amalgamation (`mqtt.c` and `mqtt.h`) is found in `<project_root>/amalgamation` directory.
+
+# Tools
+
+There are publish/subscribe tools included in the `tools` directory and they are built by default.