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

Fix download links #32

Merged
merged 1 commit into from
Aug 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ This tool can help you as a developer better understand what is changing within

### macOS
```shell
curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/container-diff-darwin-amd64
curl -LO container-diff https://storage.googleapis.com/container-diff/v0.2.0/container-diff-amd64-darwin
```

### Linux
```shell
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/
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/
```

### Windows
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
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


## Quickstart
Expand Down