Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eranra authored and openshift-merge-robot committed Aug 14, 2023
1 parent 55c21c1 commit d2e3fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $
### Additional software needed
To build the controller and to run the end to end tests locally you will need to have the following software installed:
To build the controller and run the end-to-end tests locally, you will need to have the following software installed:
* `Go` (version 1.19)
* `kind` (version 0.18)
Expand All @@ -48,7 +48,7 @@ On MacOS you will need to have `readlink` executable installed (`brew install co
### Build the Executable
From the root directory of the repository, you may build only the executable, or you can build the image directly.
From the repository's root directory, you may build only the executable, or you can build the image directly.
To to build the executable, execute:
Expand All @@ -61,7 +61,7 @@ Compiling controller
CGO_ENABLED=0 go build -o _output/bin/mcad-controller ./cmd/kar-controllers/
```
Ensure the executable `mcad-controllers` are created in the target output directory:
Ensure the executable `mcad-controller` is created in the target output directory:
```bash
multi-cluster-app-dispatcher $ ls _output/bin
Expand Down

0 comments on commit d2e3fd0

Please sign in to comment.