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-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push: new 9531800 Update README.md 9531800 is described below commit 95318008f8cce59196f794aead0ca83578a7eca5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Dec 3 14:51:21 2024 +0100 Update README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7406399..a712c1d 100644 --- a/README.md +++ b/README.md @@ -23,27 +23,23 @@ First install JBang according to https://www.jbang.dev When JBang is installed then you should be able to run from a shell: -[source,sh] ----- -$ jbang --version ----- +```shell +jbang --version +``` This will output the version of JBang. To run this example you can either install Camel on JBang via: -[source,sh] ----- -$ jbang app install camel@apache/camel ----- +```shell +jbang app install camel@apache/camel +``` Which allows to run Camel with `camel` as shown below. -[source,sh] ----- -$ camel --version ----- - +```shell +camel --version +``` ### Other Examples