docs: Update usage example

This commit is contained in:
Serge Guzik 2019-02-01 22:01:53 +02:00
parent f6fd2e8e79
commit e014026c5d

View File

@ -23,8 +23,23 @@ $ warp4j my-app.jar
... ...
... ...
$ ls $ ls -1
my-app.jar my-app-linux my-app-macos my-app.exe my-app.jar
warped
$ ls warped
my-app-linux
my-app.linux-x64.tar.gz
my-app-osx
my-app.osx-x64.tar.gz
my-app-windows.exe
my-app.windows-x64.zip
```
See help:
```bash
$ wapr4j --help
``` ```
## Cache Location ## Cache Location