# HG changeset patch # User alys # Date 2019-01-02 03:44:04 # Node ID e20a271a783f796d7c5b04f939204aaaef766a73 # Parent 82ca9a82837f0fe5813f49f0d90a7e841976ef72 Update documentation. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ $ java -jar project-checkup-0.1.4.jar +## Compiling + +Creating the JAR is as simple as doing `lein uberjar` (you probably want to use +the standalone version). + +If you want to create a binary using Graal, download Graal and run the +following: + + $ path/to/graal/native-image -jar path/to/jar -H:+ReportUnsupportedElementsAtRuntime --no-server + +You can run tests using `lein test`. + ## License Copyright © 2018 Alys Brooks