From fe316174543a06d17a0a36c0ddfc2e93df10cac1 Mon Sep 17 00:00:00 2001 From: Brian Dorsey Date: Sun, 15 Jun 2014 15:36:56 -0700 Subject: [PATCH] Add hack/build-go.sh to step zero (needed when working from a completely clean install) --- examples/guestbook/guestbook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/guestbook/guestbook.md b/examples/guestbook/guestbook.md index 517b51f857b..ef1747bd381 100644 --- a/examples/guestbook/guestbook.md +++ b/examples/guestbook/guestbook.md @@ -10,6 +10,7 @@ This example assumes that you have forked the repository and [turned up a Kubern $ cd kubernetes $ hack/dev-build-and-up.sh + $ hack/build-go.sh ### Step One: Turn up the redis master.