Skip to content

Commit d2e3fd0

Browse files
eranraopenshift-merge-robot
authored andcommitted
Update build.md
1 parent 55c21c1 commit d2e3fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/build/build.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $
3434
3535
### Additional software needed
3636
37-
To build the controller and to run the end to end tests locally you will need to have the following software installed:
37+
To build the controller and run the end-to-end tests locally, you will need to have the following software installed:
3838
3939
* `Go` (version 1.19)
4040
* `kind` (version 0.18)
@@ -48,7 +48,7 @@ On MacOS you will need to have `readlink` executable installed (`brew install co
4848
4949
### Build the Executable
5050
51-
From the root directory of the repository, you may build only the executable, or you can build the image directly.
51+
From the repository's root directory, you may build only the executable, or you can build the image directly.
5252
5353
To to build the executable, execute:
5454
@@ -61,7 +61,7 @@ Compiling controller
6161
CGO_ENABLED=0 go build -o _output/bin/mcad-controller ./cmd/kar-controllers/
6262
```
6363
64-
Ensure the executable `mcad-controllers` are created in the target output directory:
64+
Ensure the executable `mcad-controller` is created in the target output directory:
6565
6666
```bash
6767
multi-cluster-app-dispatcher $ ls _output/bin

0 commit comments

Comments
 (0)