From 8f549bfccae57a378cc726a073222882531293c1 Mon Sep 17 00:00:00 2001 From: Dread Date: Fri, 14 Oct 2022 17:32:03 -0400 Subject: [PATCH] doc: add `make install` line for macOS instructions --- doc/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 3d8817c16..3e7ca8b92 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -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 ---------------------