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