Skip to content

Commit 81772ec

Browse files
author
Holger Brandl
committed
improved packaging docs
1 parent c8c9ee7 commit 81772ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ kscript --package some_script.kts
413413
./some_script --arg u ments
414414
```
415415

416+
The created binary will contain a compiled copy of the script, as well as all declared dependencies (fatjar). Also runtime jvm parameters declared via `@file:KotlinOpts` are used to spin up the JVM.
417+
418+
416419
Just `java` is required to run these binaries.
417420

418421
FAQ

0 commit comments

Comments
 (0)