mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
doc: add make install
line for macOS instructions
This commit is contained in:
parent
7bd0d7641c
commit
8f549bfcca
1 changed files with 6 additions and 0 deletions
|
@ -305,6 +305,12 @@ need to include `testnet=1`
|
|||
./lightningd/lightningd &
|
||||
./cli/lightning-cli help
|
||||
|
||||
|
||||
To install the built binaries into your system, you'll need to run `make install`:
|
||||
|
||||
sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install
|
||||
|
||||
|
||||
To Build on Arch Linux
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue