Skip to content

Commit 62e44e6

Browse files
ddustincdecker
authored andcommitted
doc: Move M1 instructions install to its own section
Changelog-None
1 parent 8f549bf commit 62e44e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ need to include `testnet=1`
308308

309309
To install the built binaries into your system, you'll need to run `make install`:
310310

311+
make install
312+
313+
On an M1 mac you may need to use this command instead:
314+
311315
sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install
312316

313317

0 commit comments

Comments
 (0)