From 86a0a8fe82bf1cc74f3e2677e369b2a20c6e57f7 Mon Sep 17 00:00:00 2001
From: Anqi  ZHOU <anqi.zhou@pasteur.fr>
Date: Thu, 14 Dec 2023 16:35:32 +0100
Subject: [PATCH] Update file README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d4440fb..0b4ed16 100644
--- a/README.md
+++ b/README.md
@@ -73,4 +73,10 @@ C custom -- calls plugin
 2 puff -- whether a puff (stimulus 2) has occurred
 3 stim3 -- whether the first custom stimulus has occurred
 4 stim4 -- whether the second custom stimulus has occurred
+```
+
+To visualize the experiments without outputting anything
+```
+export JAVA_HOME=`/usr/libexec/java_home -v 1.8.0`
+java -jar /path/to/Chore.jar --plugin Reoutline::exp --plugin Respine::tapered=0.28,1,2 --plugin SpinesForward::rebias --minimum-biased 3 -S --plugin LarvaCast::angle -o s,l,c --map /path/to/folder/of/each/experiment 
 ```
\ No newline at end of file
-- 
GitLab