Skip to content

Commit

Permalink
Fixed release link
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxray committed Jan 29, 2018
1 parent 4af5ae8 commit 76c6c4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ It will not convert PDF pages (with texts, images, forms) into flat image, every
### Install

It's just a single binary file, no external dependencies.
Just download the appropriate version of [executable from latest release](https://github.com/ajaxray/merge2pdf/releases/download/v0.0.1/merge2pdf) for your OS. Then rename and give it execute permission.
Just download the appropriate version of [executable from latest release](https://github.com/ajaxray/merge2pdf/releases) for your OS. Then rename and give it execute permission.
```bash
mv merge2pdf_linux-amd64 merge2pdf
sudo chmod +x merge2pdf
```

Note: In unix based systems, you may use `uname -a` to get the architecture of your OS. And for windows, use `wmic cpu get AddressWidth`.

If you want to install it globally (run from any directory of your system), put it in your systems $PATH directory.
```bash
sudo mv merge2pdf /usr/local/bin/merge2pdf
Expand Down

0 comments on commit 76c6c4e

Please sign in to comment.