Created
July 3, 2020 06:12
-
-
Save velotiotech/d4bf7487e9a44b0773d952e59c29a54a to your computer and use it in GitHub Desktop.
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
go get -d github.com/operator-framework/operator-sdk | |
cd $GOPATH/src/github.com/operator-framework/operator-sdk | |
git checkout master | |
make dep | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment