Created
March 3, 2019 00:29
-
-
Save judah-caruso/50f21cb44c1f9ca7ae3966ae62e8c0fc 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
wget https://dl.google.com/go/go1.12.darwin-amd64.tar.gz | |
tar -C /usr/local -xvf go1.12.darwin-amd64.tar.gz | |
export PATH=$PATH:/usr/local/go/bin | |
go get -u github.com/mum4k/termdash | |
cd $HOME/go/pkg/mod/github.com/mum4k/termdash/[email protected]/termdashdemo | |
go run termdashdemo.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment