DOC: Added readme for RandomPassword
Provided instructions to create native executable
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Generate native image
|
||||
|
||||
```bash
|
||||
native-image -Djava.io.tmpdir=~/tmp --parallelism=4 PasswordGenerator
|
||||
```
|
||||
Reference in New Issue
Block a user