Skip to content

Commit

Permalink
chore: Fix make command (#1221)
Browse files Browse the repository at this point in the history
target "all" was replaced by "build" in #1203

Signed-off-by: Stephan van Maris <[email protected]>
  • Loading branch information
Stephan van Maris authored May 19, 2021
1 parent 6c2d91b commit 02ba6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ eval $(minikube docker-env)

#### 5. Build the project
```
make all
make build
```

Follow [README](README.md#install) to install components.
Expand Down

0 comments on commit 02ba6a1

Please sign in to comment.