doc: Move M1 instructions install to its own section

Changelog-None
This commit is contained in:
Dustin Dettmer 2022-10-27 12:05:03 -04:00 committed by Christian Decker
parent 8f549bfcca
commit 62e44e6bc8

View file

@ -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