Skip to content

Commit

Permalink
Fix debian install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinkarthik committed Apr 28, 2018
1 parent cc8b28e commit c066986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ yum install https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/c
- For debian

```
curl -sL https://github.com/aswinkarthik93/csvdiff/releases/download/v0.1.2/csvdiff_0.1.2_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 -O
dpkg --install csvdiff_*_linux_64-bit.deb
```

- For Linux
Expand Down

0 comments on commit c066986

Please sign in to comment.