From 7682eef0be13bd9197555e584e4890391f165e5a Mon Sep 17 00:00:00 2001 From: John Chase <68833933+joohhnnn@users.noreply.github.com> Date: Sat, 7 Sep 2024 02:07:09 +0800 Subject: [PATCH] add dependencies notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4738642..ea9142e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ To get started, a few dependencies are required: * [Rust toolchain][rustup] * Recommended: [`cargo-nextest`][nextest] * [Go toolchain][golang] -* [binutils][binutils] +* [binutils][binutils] + * **Note for macOS users:** Please avoid installing `binutils` using `brew`. ### Testing