From fd030c2058eaf60e40d071453bc827e6dd4a5966 Mon Sep 17 00:00:00 2001 From: hasbro17 Date: Mon, 26 Feb 2018 14:37:51 -0800 Subject: [PATCH] README: fix install step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffd9625ea..eda71953c5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Operator SDK CLI tool is used to manage development lifecycle. Install the CLI tool: ``` -go install -u github.com/coreos/operator-sdk/commands/operator-sdk +go install github.com/coreos/operator-sdk/commands/operator-sdk ``` ## Creating a new project