From 0d1ee8d7f59d4f167aa81e372a42e829b5ea7519 Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Thu, 26 Jan 2023 14:36:28 -0800 Subject: [PATCH] Need `sudo` for `make install` --- doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 8e52e7355..9294130dd 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -306,9 +306,9 @@ need to include `testnet=1` ./cli/lightning-cli help -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 `sudo make install`: - make install + sudo make install On an M1 mac you may need to use this command instead: