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.