Skip to content

Commit

Permalink
doc: Move M1 instructions install to its own section
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
ddustin authored and cdecker committed Nov 1, 2022
1 parent 8f549bf commit 62e44e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 62e44e6

Please sign in to comment.