mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
added missing sudo
This commit is contained in:
parent
9c901c3054
commit
9aafcb04d6
@ -87,7 +87,7 @@ go version go1.14.4 linux/amd64
|
|||||||
You'll also need `git` and `make`:
|
You'll also need `git` and `make`:
|
||||||
```
|
```
|
||||||
$ sudo apt-get install git
|
$ sudo apt-get install git
|
||||||
$ apt-get install build-essential
|
$ sudo apt-get install build-essential
|
||||||
```
|
```
|
||||||
You're now ready to retrieve LND. Be sure to get the current verison (currently `v0.11.0-beta.rc4`).
|
You're now ready to retrieve LND. Be sure to get the current verison (currently `v0.11.0-beta.rc4`).
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user