Skip to content

Commit

Permalink
Fix download links
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinkarthik committed Apr 28, 2018
1 parent 284dc3b commit cc8b28e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ $ csvdiff run --base base.csv --delta delta.csv
- For MacOS

```bash
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.0/csvdiff_0.1.0_darwin_amd64.tar.gz | tar xfz -
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_darwin_amd64.tar.gz | tar xfz -
```

- For centos

```bash
yum install https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.1/csvdiff_0.1.1_linux_64-bit.rpm
yum install https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_linux_64-bit.rpm
```

- For debian

```
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.1/csvdiff_0.1.1_linux_64-bit.deb | dpkg --install -
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_linux_64-bit.deb | dpkg --install -
```

- For Linux

```bash
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.0/csvdiff_0.1.0_linux_amd64.tar.gz | tar xfz -
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_linux_amd64.tar.gz | tar xfz -
```

- For [Windows](https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.0/csvdiff_0.1.0_windows_amd64.tar.gz)
- For [Windows](https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_windows_amd64.tar.gz)

- Build using Go

Expand Down

0 comments on commit cc8b28e

Please sign in to comment.