doc: add make install line for macOS instructions

This commit is contained in:
Dread 2022-10-14 17:32:03 -04:00 committed by Christian Decker
parent 7bd0d7641c
commit 8f549bfcca

View file

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