Created
April 26, 2019 14:38
-
-
Save JhonatanHern/2b7ffc8771391f2a85a5d60936ec0278 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl -s https://api.github.com/repos/holochain/holochain-rust/releases/latest \ | |
| grep browser_download_url \ | |
| grep linux-x64 \ | |
| cut -d '"' -f 4 \ | |
| wget -qi - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment