Created
February 20, 2018 12:13
-
-
Save waseem-h/c90f9dcf99d0b7271d1a284fe644b561 to your computer and use it in GitHub Desktop.
Download and Install ChartMuseum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# on Linux | |
curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/linux/amd64/chartmuseum | |
# on macOS | |
curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/darwin/amd64/chartmuseum | |
# on Windows | |
curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/windows/amd64/chartmuseum | |
chmod +x ./chartmuseum | |
mv ./chartmuseum /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment