This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 71ce3ad Polished
71ce3ad is described below
commit 71ce3ad2c9ea285aa3ece13cff2424f2be780c22
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Apr 18 11:53:37 2023 +0200
Polished
---
jbang/mqtt/README.adoc | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/jbang/mqtt/README.adoc b/jbang/mqtt/README.adoc
index 77b6bc2..2bc3f2b 100644
--- a/jbang/mqtt/README.adoc
+++ b/jbang/mqtt/README.adoc
@@ -31,11 +31,18 @@ Which allows to run CamelJBang with `camel` as shown below.
You need to run a MQTT broker such as via Docker, or download and run Apache
ActiveMQ Artemis.
-To use docker (docker compose), run the following command:
+To use docker (docker compose), you can run the following command:
[source,sh]
----
-/start.sh
+$ start.sh
+----
+
+Or use
+
+[source,sh]
+----
+$ docker-compose up
----
Then you can run the Camel integration using: