From abe755919c4bf8ff49417faab9d391afe75553fb Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Sat, 23 Sep 2017 21:01:09 -0700 Subject: [PATCH] add ArchLinux AUR package information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d388a4..42bc09e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ If you have license key (32 hex characters) you can execute `pkg2zip package.pkg Get latest Windows binaries [here](https://github.com/mmozeiko/pkg2zip/releases). +ArchLinux users can build binary with [pkg2zip](https://aur.archlinux.org/packages/pkg2zip/) package in AUR repository. For example, with pacaur: + + $ pacaur -S pkg2zip + # Building Execute `make` if you are on GNU/Linux or macOS.