File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# ## Additional software needed
36
36
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:
38
38
39
39
* ` Go` (version 1.19)
40
40
* ` kind` (version 0.18)
@@ -48,7 +48,7 @@ On MacOS you will need to have `readlink` executable installed (`brew install co
48
48
49
49
# ## Build the Executable
50
50
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.
52
52
53
53
To to build the executable, execute:
54
54
@@ -61,7 +61,7 @@ Compiling controller
61
61
CGO_ENABLED=0 go build -o _output/bin/mcad-controller ./cmd/kar-controllers/
62
62
```
63
63
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:
65
65
66
66
```bash
67
67
multi-cluster-app-dispatcher $ ls _output/bin
You can’t perform that action at this time.
0 commit comments