From d2e3fd0d0c8375c361dfd5c412fb817952f20a81 Mon Sep 17 00:00:00 2001 From: Eran Raichstein Date: Sun, 13 Aug 2023 08:56:59 +0300 Subject: [PATCH] Update build.md --- doc/build/build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/build.md b/doc/build/build.md index 3d735e792..fa37577b3 100644 --- a/doc/build/build.md +++ b/doc/build/build.md @@ -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) @@ -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: @@ -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