Skip to content

Commit

Permalink
Update website/docs/commands/package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Feb 7, 2024
1 parent be77647 commit 235cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/commands/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Hello
Hello
-->

By default assemblies are self-executable, just like the default package format. With the argument ```--preamble=false``` you can build an assembly that just contains the JAR and does not contain any built-in Bash code, and therefore can be launched directly with Java and is more portable:
By default assemblies are self-executable, just like the default package format. With the `--preamble=false` option, you can build an assembly that just contains the JAR and does not contain any built-in Bash code, and therefore can be launched directly with Java and is more portable:

<ChainedSnippets>

Expand Down

0 comments on commit 235cfdd

Please sign in to comment.