From 94a5dc9a87d4a3f5534f5b63f940268e94fc0dc1 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 5 Apr 2013 11:55:50 +0200 Subject: [PATCH] test markdown --- ch.psi.imagej.zeromq/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ch.psi.imagej.zeromq/README.md diff --git a/ch.psi.imagej.zeromq/README.md b/ch.psi.imagej.zeromq/README.md new file mode 100644 index 0000000..10e11d6 --- /dev/null +++ b/ch.psi.imagej.zeromq/README.md @@ -0,0 +1,17 @@ +Overview +======== + +http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture + + +Build +===== + +To build the code run following maven command/goals: +mvn clean compile assembly:single + + +Installation +============ + +To install the plugin into ImageJ just drop the build jar file into the plugins directory of ImageJ. Afterwards (re)start ImageJ. \ No newline at end of file