diff --git a/contributing/core/developing.md b/contributing/core/developing.md index 32a5ee39a259a..4a181952ccb0d 100644 --- a/contributing/core/developing.md +++ b/contributing/core/developing.md @@ -12,9 +12,9 @@ ``` corepack enable pnpm ``` -- (Linux) Install LLD, the LLVM linker: +- (Linux) Install LLD (the LLVM linker) and Clang (used by `rust-rocksdb`): ``` - sudo apt install lld + sudo apt install lld clang ``` ## Local Development