summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-07-14 18:04:35 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-07-14 18:04:35 -0500
commit0f47ba3c4e236b1751f81bc10b4b0c1147e360e0 (patch)
tree75f7b578912d38860fb3347439ac513913e2fa64
parent0288dedc5613ba81ab160fd8f6a355507c41d9a0 (diff)
Talk about API
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index da613b1..a7175c3 100644
--- a/README
+++ b/README
@@ -17,6 +17,10 @@ This creates a runnable JAR from the three JAR inputs with Main as the main
class. There are other options available as well. Use `jarsnap --help` for more
information.
+The installation (see below) also provides a `jarsnap` module which has the
+functions `make_fat_jar()` and `main()` which can be used when making other
+user interfaces to jarsnap.py's functionality.
+
Installation
------------