From 9d1c8fb2b4202c94ff7565065d0d3a564bd126a4 Mon Sep 17 00:00:00 2001
From: Kevin Rizza <krizza@redhat.com>
Date: Wed, 5 Aug 2020 11:20:51 -0400
Subject: [PATCH] [docs] Update out of date compile step

---
 docs/design/operator-bundle.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/design/operator-bundle.md b/docs/design/operator-bundle.md
index 853b51f78..abfe1fe86 100644
--- a/docs/design/operator-bundle.md
+++ b/docs/design/operator-bundle.md
@@ -125,7 +125,7 @@ $ git clone https://github.com/operator-framework/operator-registry
 2. Build `opm` binary using this command:
 
 ```bash
-$ go build ./cmd/opm/
+$ make build
 ```
 
 Now, a binary named `opm` is now built in current directory and ready to be used.