f5dafe8cbb
Provided instructions to create native executable
6 lines
107 B
Markdown
6 lines
107 B
Markdown
# Generate native image
|
|
|
|
```bash
|
|
native-image -Djava.io.tmpdir=~/tmp --parallelism=4 PasswordGenerator
|
|
```
|