Skip to content

Commit 9aafcb0

Browse files
authored
added missing sudo
1 parent 9c901c3 commit 9aafcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

18_2__Interlude_Accessing_a_Second_Lightning_Node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ go version go1.14.4 linux/amd64
8787
You'll also need `git` and `make`:
8888
```
8989
$ sudo apt-get install git
90-
$ apt-get install build-essential
90+
$ sudo apt-get install build-essential
9191
```
9292
You're now ready to retrieve LND. Be sure to get the current verison (currently `v0.11.0-beta.rc4`).
9393
```

0 commit comments

Comments
 (0)