Description:
Update documentation.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r24:e20a271a783f -

@@ -12,6 +12,18
12 12
13 13 $ java -jar project-checkup-0.1.4.jar
14 14
15 ## Compiling
16
17 Creating the JAR is as simple as doing `lein uberjar` (you probably want to use
18 the standalone version).
19
20 If you want to create a binary using Graal, download Graal and run the
21 following:
22
23 $ path/to/graal/native-image -jar path/to/jar -H:+ReportUnsupportedElementsAtRuntime --no-server
24
25 You can run tests using `lein test`.
26
15 27 ## License
16 28
17 29 Copyright © 2018 Alys Brooks
You need to be logged in to leave comments. Login now