Description:
Update documentation.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -12,6 +12,18 | |||||
|
12 |
|
12 | ||
|
13 | $ java -jar project-checkup-0.1.4.jar |
|
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 | ## License |
|
27 | ## License |
|
16 |
|
28 | ||
|
17 | Copyright © 2018 Alys Brooks |
|
29 | Copyright © 2018 Alys Brooks |
You need to be logged in to leave comments.
Login now