Skip to content

Commit 8f549bf

Browse files
Dreadcdecker
Dread
authored andcommitted
doc: add make install line for macOS instructions
1 parent 7bd0d76 commit 8f549bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/INSTALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,12 @@ need to include `testnet=1`
305305
./lightningd/lightningd &
306306
./cli/lightning-cli help
307307

308+
309+
To install the built binaries into your system, you'll need to run `make install`:
310+
311+
sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install
312+
313+
308314
To Build on Arch Linux
309315
---------------------
310316

0 commit comments

Comments
 (0)