From 9aafcb04d65a2a022888e6acfb11813c84736378 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 5 Jan 2021 08:39:38 -1000 Subject: [PATCH] added missing sudo --- 18_2__Interlude_Accessing_a_Second_Lightning_Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18_2__Interlude_Accessing_a_Second_Lightning_Node.md b/18_2__Interlude_Accessing_a_Second_Lightning_Node.md index 5daf325..e8b6095 100644 --- a/18_2__Interlude_Accessing_a_Second_Lightning_Node.md +++ b/18_2__Interlude_Accessing_a_Second_Lightning_Node.md @@ -87,7 +87,7 @@ go version go1.14.4 linux/amd64 You'll also need `git` and `make`: ``` $ 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`). ```