# HG changeset patch # User alys # Date 2018-10-11 05:35:41 # Node ID 9845f3c63181b7112027743a2da3c2c5f51ef572 # Parent 676f2fad6ede9d8b3c27a5ac5a92c0ecfd07b2aa Add very rudimentary README. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # project-checkup -FIXME: description +A small tool to make sure all your ducks are in a row in your project. ## Installation @@ -8,29 +8,17 @@ ## Usage -FIXME: explanation +Run the issue: - $ java -jar project-checkup-0.1.0-standalone.jar [args] + $ java -jar project-checkup-0.1.2-standalone.jar [args] ## Options FIXME: listing of options this app accepts. -## Examples - -... - -### Bugs - -... - -### Any Other Sections -### That You Think -### Might be Useful - ## License -Copyright © 2018 FIXME +Copyright © 2018 Alys Brooks Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.