added missing sudo

This commit is contained in:
Shannon Appelcline 2021-01-05 08:39:38 -10:00 committed by GitHub
parent 9c901c3054
commit 9aafcb04d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`).
``` ```