Need `sudo` for `make install`

This commit is contained in:
Joel Klabo 2023-01-26 14:36:28 -08:00 committed by Rusty Russell
parent 57874574ae
commit 0d1ee8d7f5
1 changed files with 2 additions and 2 deletions

View File

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