You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/05 08:48:48 UTC

(camel-kamelets-examples) branch main updated: Update

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 9ecf68b  Update
9ecf68b is described below

commit 9ecf68b9f43774c14e253b45aabd7d503dc2fa0e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 5 09:48:41 2023 +0100

    Update
---
 jbang/jbang-edit/README.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/jbang/jbang-edit/README.adoc b/jbang/jbang-edit/README.adoc
index a7830f0..8569367 100644
--- a/jbang/jbang-edit/README.adoc
+++ b/jbang/jbang-edit/README.adoc
@@ -53,6 +53,13 @@ $ jbang edit -b foo.java
 
 JBang will then prepare for the project and ask you which IDE to use.
 
+You can let Camel help keep the dependeices updated by running:
+
+[source,sh]
+----
+$ camel dependency update --source=foo.java
+----
+
 
 === Help and contributions