mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-04 11:08:03 +01:00
doc: Move M1 instructions install to its own section
Changelog-None
This commit is contained in:
parent
8f549bfcca
commit
62e44e6bc8
1 changed files with 4 additions and 0 deletions
|
@ -308,6 +308,10 @@ need to include `testnet=1`
|
||||||
|
|
||||||
To install the built binaries into your system, you'll need to run `make install`:
|
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
|
sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue