diff --git a/Documentation/dev/audiences.md b/Documentation/dev/audiences.md index 21f24ad8750..5e1dbc8f6db 100644 --- a/Documentation/dev/audiences.md +++ b/Documentation/dev/audiences.md @@ -12,6 +12,8 @@ We should strive to _never require_ end-users to use or install `make`, `npm`, e ## Developer experience -The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of `make` to make these repetitive actions easier. +The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of [Bazel][] to make these repetitive actions easier. It is expected that developers have a working knowledge of Terraform, including how to configure/use a `.terraformrc` and things of that nature. + +[Bazel]: https://bazel.build/