From e0ddf5c640d5d57e04821800e9d570137dcd4e71 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 18 Dec 2013 11:53:10 +0100 Subject: [PATCH] Updated development information in readme --- ch.psi.fda.fdaq/Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ch.psi.fda.fdaq/Readme.md b/ch.psi.fda.fdaq/Readme.md index 3bfdafe..f58b789 100644 --- a/ch.psi.fda.fdaq/Readme.md +++ b/ch.psi.fda.fdaq/Readme.md @@ -11,13 +11,13 @@ and it can send a reset request on the reset channel. To acquire data into a file use: ``` -fdaq acquire +java -jar java -jar ch.psi.fda.fdaq-.jar acquire ``` Send stop/reset request (to abort an data collection) ``` -fdaq stop +java -jar java -jar ch.psi.fda.fdaq-.jar stop ``` This will take the default connections settings: @@ -26,3 +26,7 @@ This will take the default connections settings: * Port: 2233 * Kill Port: 2234 * Number Of Elements: Integer.MAX_VALUE/2 + + +# Development +A standalone jar can be build via `mvn clean compile assembly:single`. \ No newline at end of file