Skip to content

Commit 944be59

Browse files
authoredAug 6, 2020
Merge pull request operator-framework#411 from operator-framework/kevinrizza-patch-2
[docs] Update out of date compile step
2 parents ce03f26 + 9d1c8fb commit 944be59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/design/operator-bundle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $ git clone https://github.com/operator-framework/operator-registry
125125
2. Build `opm` binary using this command:
126126

127127
```bash
128-
$ go build ./cmd/opm/
128+
$ make build
129129
```
130130

131131
Now, a binary named `opm` is now built in current directory and ready to be used.

0 commit comments

Comments
 (0)
Please sign in to comment.