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

Commit a4c2b6a

Browse files
authored
Merge pull request #32 from duggelz/duggelz-patch-1
Fix download links
2 parents 7c0485b + ca47734 commit a4c2b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This tool can help you as a developer better understand what is changing within
1919

2020
### macOS
2121
```shell
22-
curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/container-diff-darwin-amd64
22+
curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/container-diff-amd64-darwin
2323
```
2424

2525
### Linux
2626
```shell
27-
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/
27+
curl -LO https://storage.googleapis.com/container-diff/v0.2.0/container-diff-amd64-linux && chmod +x container-diff-amd64-linux && sudo mv container-diff-amd64-linux /usr/local/bin/
2828
```
2929

3030
OR, if you want to avoid using sudo:
@@ -34,7 +34,7 @@ curl -LO https://storage.googleapis.com/container-diff/v0.2.0/container-diff-lin
3434
```
3535

3636
### Windows
37-
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
37+
Download the [container-diff-windows-amd64.exe](https://storage.googleapis.com/container-diff/v0.2.0/container-diff-amd64-windows.exe) file, rename it to `container-diff.exe` and add it to your path
3838

3939

4040
## Quickstart

0 commit comments

Comments
 (0)