From 62e44e6bc8114524cbad7d5f7812ec7c34debabf Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Thu, 27 Oct 2022 12:05:03 -0400 Subject: [PATCH] doc: Move M1 instructions install to its own section Changelog-None --- doc/INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 3e7ca8b92..8fb983857 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -308,6 +308,10 @@ need to include `testnet=1` To install the built binaries into your system, you'll need to run `make install`: + make install + +On an M1 mac you may need to use this command instead: + sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install