mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
Need sudo for make install
This commit is contained in:
committed by
Rusty Russell
parent
57874574ae
commit
0d1ee8d7f5
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user