blob: 826317eb31965da3f0236b124cf8b55085d76e2c [file] [log] [blame]
First install JBang according to the https://www.jbang.dev/download/[JBang installation guide]
When JBang is installed you should be able to run from a shell:
[source,shell]
----
jbang --version
----
This will output the version of JBang.
To run this example you can install Camel on JBang via:
[source,shell]
----
jbang app install camel@apache/camel
----
Which allows to run Camel with `camel` as shown below.
[source,shell]
----
camel --version
----