From d1003601ce26487cc0b37009100a4c51e054c631 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Mon, 1 Apr 2019 17:00:26 -0400 Subject: [PATCH] README: mention archlinux-specific instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f1db6c76..2d34e300 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ OR, if you want to avoid using sudo: curl -LO https://storage.googleapis.com/container-diff/latest/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && mkdir -p $HOME/bin && export PATH=$PATH:$HOME/bin && mv container-diff-linux-amd64 $HOME/bin/container-diff ``` +There is also an [Arch Linux package](https://www.archlinux.org/packages/community/x86_64/container-diff/). You can install by running: + +```shell +pacman -S container-diff +``` + ### Windows Download the [container-diff-windows-amd64.exe](https://storage.googleapis.com/container-diff/latest/container-diff-windows-amd64.exe) file, rename it to `container-diff.exe` and add it to your path