You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,33 @@ as the adherence to additional user-defined requirements.
15
15
16
16
## Availability
17
17
18
-
Most users should download the latest distribution archive from the [Releases page](https://github.com/phenopackets/phenopacket-tools/releases).
19
-
Alternatively, *phenopacket-tools* can be built from source, as described in the user guide.
18
+
### CLI application
20
19
21
-
## Documentation
20
+
A ZIP file with prebuilt CLI application is available for download from the [Releases page](https://github.com/phenopackets/phenopacket-tools/releases).
21
+
Alternatively, the application can be built from source, as described in the library user guide (see the links below).
22
+
23
+
### Library
22
24
23
-
We provide the documentation for the latest release (`stable`) as well as the development version (`latest`).
25
+
We provide *phenopacket-tools* library for use in JVM-based applications.
26
+
We publish the JAR artifacts to public [Maven central](https://mvnrepository.com/artifact/org.phenopackets.phenopackettools)
27
+
repository, and we make the Javadoc API documentation available for the *latest.
28
+
29
+
## Documentation
24
30
25
-
The documentation includes a *Tutorial* showing how to use the CLI, a comprehensive *CLI user guide*,
31
+
We provide documentation with a *Tutorial* showing how to use the CLI, a comprehensive *CLI user guide*,
26
32
a *Library user guide*, and the *Javadoc API documentation*.
0 commit comments