From a65514eec34afdd439013f3a2400125af9996cbb Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Fri, 23 Jun 2017 10:53:25 -0400 Subject: [PATCH] Documentation: Installation using go get Closes #667 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 340409fd5..713e431c4 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,12 @@ If a `save-artifacts` script exists, a prior image already exists, and the `--in ## Installation +##### Using `go get` + +You can install the s2i binary using `go get` which will download the source-to-image code into your `$GOPATH`, build the s2i binary, and install it into your `$GOPATH/bin`. + +```$ go get github.com/openshift/source-to-image/cmd/s2i``` + ##### For Mac You can either follow the installation instructions for Linux (and use the darwin-amd64 link) or you can just install source-to-image with Homebrew: