You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chakradhar Rao Jonagam edited this page Jun 5, 2016
·
1 revision
##Installation
$ go get github.com/openshift/source-to-image
$ cd${GOPATH}/src/github.com/openshift/source-to-image
$ export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64/
# if its mac
$ export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/darwin/amd64/
$ hack/build-go.sh