From 734ad1a0bcc20c332aa3088e0ca273006fa8b147 Mon Sep 17 00:00:00 2001 From: mnzlmstr <63561555+mnzlmstr@users.noreply.github.com> Date: Sun, 29 Nov 2020 01:16:13 +0100 Subject: [PATCH] Fix 'make' failing due to missing 'md5sum' command (#502) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49fed6c535..0430b5959e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For macOS, use homebrew to install the following dependencies: * python3 ```bash brew update -brew install coreutils make python3 +brew install coreutils make python3 md5sha1sum ``` You'll also need to [build and install mips-linux-binutils](docs/BUILDING_BINUTILS_MACOS.md).