From f8712143bd2fb288def4aeb80eaa7b05fd78fc3d 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) --- guestbook/guestbook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guestbook/guestbook.md b/guestbook/guestbook.md index 517b51f8..ef1747bd 100644 --- a/guestbook/guestbook.md +++ b/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.