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

Commit 4176705

Browse files
committed
Merge remote-tracking branch 'upstream/master' into SizeSorting
2 parents 13059cc + c8053b7 commit 4176705

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/con
2727
curl -LO https://storage.googleapis.com/container-diff/v0.2.0/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && sudo mv container-diff-linux-amd64 /usr/local/bin/
2828
```
2929

30+
OR, if you want to avoid using sudo:
31+
32+
```shell
33+
curl -LO https://storage.googleapis.com/container-diff/v0.2.0/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && mkdir $HOME/bin && export PATH=$PATH:$HOME/bin && mv container-diff-linux-amd64 $HOME/bin
34+
```
35+
3036
### Windows
3137
Download the [container-diff-windows-amd64.exe](https://storage.googleapis.com/container-diff/v0.2.0/container-diff-windows-amd64.exe) file, rename it to `container-diff.exe` and add it to your path
3238

0 commit comments

Comments
 (0)