Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo authored Nov 7, 2022
1 parent ca0a1de commit 413a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# deps-bin

A Clojure library that generate an embeddable jar executable from a jar.
A Clojure library that builds an executable containing a embedded jar inside.
This library is a `deps.edn` only alternative for [lein-binplus](https://github.com/BrunoBonacci/lein-binplus). It will create a executable file that exec `java -jar` with the provided jvm options, so you still need `java` on your `$PATH`.

On MS-Windows, the executable has a `.bat` extension, since technically it is a script calling java with an embedded jar file.
Expand Down

0 comments on commit 413a2f9

Please sign in to comment.