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 39b7d2f Fix Citrus installation guide (#22) 39b7d2f is described below commit 39b7d2f274f0eda01e40921853ea059af660783a Author: Christoph Deppisch <cdeppi...@redhat.com> AuthorDate: Fri Jan 17 16:38:07 2025 +0100 Fix Citrus installation guide (#22) --- install-citrus.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-citrus.adoc b/install-citrus.adoc index 12a1df6..7c949df 100644 --- a/install-citrus.adoc +++ b/install-citrus.adoc @@ -9,7 +9,7 @@ jbang trust add https://github.com/citrusframework/citrus/ jbang app install citrus@citrusframework/citrus ---- -Now you can run Citrus with `citrus` to execute some tests: +Now you can run Citrus with the command `citrus` to execute some tests: .Run my.camel.it.yaml [source,shell] @@ -17,4 +17,4 @@ Now you can run Citrus with `citrus` to execute some tests: citrus run my.camel.it.yaml ---- -For more information about using Citrus JBang please refer to +For more information about using Citrus JBang please refer to the https://citrusframework.org/citrus/reference/html/index.html#runtime-jbang-install[Citrus installation guide].