Skip to content

Commit 188aca4

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-492: change request with no subject merged in GitBook
1 parent fd8c0ff commit 188aca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-network-tools/lnd/run-lnd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to install LND on your machine, configure it and keep it up to date.
33
---
44

5-
# 🛠 Get Started
5+
# 🛠 Get Started
66

77
The Lightning Network Daemon is a full implementation of a Lightning Network node. The Lightning Network and its specification are rapidly evolving, and so is LND. Use this guide to install LND from the binaries, source or docker and keep it up to date with new releases.
88

@@ -72,7 +72,7 @@ You can find the latest version of Golang [on its official website](https://gola
7272

7373
`sudo tar -C /usr/local -xzf go[version].linux-[platform].tar.gz`
7474

75-
To permanently include this new directory in your path, add the following lines to your `.bashrc` file and open a new terminal window to activate it.
75+
To permanently include this new directory in your path, add the following lines to your `.bashrc` file and run `. .bashrc` to activate it.
7676

7777
`export PATH=$PATH:/usr/local/go/bin`\
7878
`export GOPATH=~/go`\

0 commit comments

Comments
 (0)