From dd9925247caf51415e7a08daf64dc362953108c0 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Fri, 8 Mar 2024 13:50:33 +0100 Subject: [PATCH] Add `ensemble` running command in the documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0682c58c..534216f6 100644 --- a/README.md +++ b/README.md @@ -496,3 +496,8 @@ To run the examples, you can use the following commands: ./gradlew jpro-webrtc:example:jproRun ./gradlew jpro-sipjs:example:jproRun ``` + +- Run the [ensemble](https://www.jfx-ensemble.com/) website +```shell +./gradlew ensemble:site:jproRun +```