Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanpas committed Oct 9, 2018
1 parent 51f8bd0 commit cb2c449
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ will be merged into merged.pdf with the following outline:
* Header 2
* subheader 2

Building: `mvn compile assembly:single`
Usage: `java -jar pdfmerger.jar file1.pdf file2.pdf ... out.pdf`
If you want to use it your linux system there is sh wrapper at src/pdfmerger
Building: `mvn compile assembly:single`.

Usage: `pdfmerger file1.pdf file2.pdf ... out.pdf`.

Help available using `-h` or `--help`.

If you want to use it your linux system there is sh wrapper at src/pdfmerger.
Running without arguments launches Swing GUI:

![GUI](http://i.imgur.com/dMoCWSf.png)
Expand Down

0 comments on commit cb2c449

Please sign in to comment.