-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add install script for setting up csvdiff. Fixes #16 #17
Add install script for setting up csvdiff. Fixes #16 #17
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
======================================
Coverage 71.5% 71.5%
======================================
Files 7 7
Lines 193 193
======================================
Hits 138 138
Misses 54 54
Partials 1 1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few places where my repo is refrenced as aswinkarthik93
. I have renamed it to aswinkarthik
. Could you make those changes as well?
README.md
Outdated
yum install https://github.com/aswinkarthik93/csvdiff/releases/download/v1.0.0/csvdiff_1.0.0_linux_64-bit.rpm | ||
``` | ||
# binary will be $GOPATH/bin/csvdiff | ||
curl -sfL https://raw.githubusercontent.com/aswinkarthik93/csvdiff/master/install.sh | sh -s -- -b $GOPATH/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you rename aswinkarthik93
to aswinkarthik
. My repo is aswinkarthik
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do it 👍
Have completed the rename from |
Add install script that detects machine's platform and downloads the respective platform binaries from github releases
Fixes #16