Skip to content

Commit 4ab3d15

Browse files
committed
Update README.md
1 parent 6bf0e9b commit 4ab3d15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,18 @@ The options should be separated with spaces or new lines:
260260
-Xms16m
261261
```
262262

263+
> An VM argument per line.
264+
265+
And then bundle this file with your app:
266+
267+
```xml
268+
<additionalResources>
269+
<additionalResource>${name}.l4j.ini</additionalResource>
270+
</additionalResources>
271+
```
272+
273+
> Last property copies `${name}.l4j.ini` file next to the EXE/binary on Windows/Linux, and in `Resources` folder on MacOS.
274+
263275
## How to build and install the plugin
264276

265277
> Useful to try SNAPSHOT versions.

0 commit comments

Comments
 (0)