Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Holistic job manager on Kubernetes capable of (i) provides an abstraction for wr

## Multi-Cluster-App-Dispatcher Build Information

Follow the build instructions [here](./docs/build/build.md) to build the Multi-Cluster-App-Dispatcher controller.
Follow the build instructions [here](./doc/build/build.md) to build the Multi-Cluster-App-Dispatcher controller.

3 changes: 2 additions & 1 deletion doc/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ $
Run the build script `build.sh`:
```
$ cd multi-cluster-app-dispatcher/deployment/
dianaarroyosmbp:deployment darroyo$ ./build.sh

$ ./build.sh
...
+ cd ..
+ make generate-code
Expand Down