Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit a62c516

Browse files
authored
Merge pull request #307 from SantiagoTorres/add-archlinux-readme
README: mention archlinux-specific instructions
2 parents 367eb42 + d100360 commit a62c516

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ OR, if you want to avoid using sudo:
3434
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
3535
```
3636

37+
There is also an [Arch Linux package](https://www.archlinux.org/packages/community/x86_64/container-diff/). You can install by running:
38+
39+
```shell
40+
pacman -S container-diff
41+
```
42+
3743
### Windows
3844
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
3945

0 commit comments

Comments
 (0)