From fddd950f83b6451b9b602d8dcfc4dd508536b1c5 Mon Sep 17 00:00:00 2001 From: tarrow Date: Tue, 19 Apr 2016 14:11:49 +0100 Subject: [PATCH] Update README.md Readme to include actual instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f129c8b..3b9cb31 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # cmine -ArgProcessor and files for basic CMDirectories. Often subclassed. Needs to be separate from euclid and norma +This is a library that was written from and primarily used by ami and norma. It should be build before either of them if building from them source. + +It is written in Java and uses maven 3 to handle dependencies, building etc.. + +You can build and install an artifact for it in your local maven repository with `mvn clean install`