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

Commit e498a14

Browse files
Merge pull request #27 from abbytiz/ReadMeLinks
Changing 1.0 to 2.0 in all binary links
2 parents 57cb4b6 + 0b27d79 commit e498a14

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,16 +19,16 @@ 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.1.0/container-diff-darwin-amd64
22+
curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/container-diff-darwin-amd64
2323
```
2424

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

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

3333

3434
## Quickstart

0 commit comments

Comments
 (0)