diff --git a/docs/getting_started.md b/docs/getting_started.md index b39575cc639e..e6660d8c60b0 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -44,7 +44,7 @@ buck2 init To build the entire project, run: -Note: _Requires clang to be in the path_ +Note: _Requires clang and lld to be in the path_ ```sh buck2 build //... ```