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