diff --git a/Zap_to_RaspiBlitz_through_Tor.md b/Zap_to_RaspiBlitz_through_Tor.md index 1b8bdd8..06ccc57 100644 --- a/Zap_to_RaspiBlitz_through_Tor.md +++ b/Zap_to_RaspiBlitz_through_Tor.md @@ -57,6 +57,8 @@ Tested with: export PATH=$PATH:$GOROOT/bin export GOPATH=/usr/local/gocode export PATH=$PATH:$GOPATH/bin + # make the path persist + sudo bash -c "echo 'PATH=\$PATH:/usr/local/gocode/bin/' >> /etc/profile" # Install lndconnect from source: go get -d github.com/LN-Zap/lndconnect diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index 1d64828..44803c2 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -61,6 +61,8 @@ Available on: export PATH=$PATH:$GOROOT/bin export GOPATH=/usr/local/gocode export PATH=$PATH:$GOPATH/bin + # make the path persist + sudo bash -c "echo 'PATH=\$PATH:/usr/local/gocode/bin/' >> /etc/profile" # Install lndconnect from source: go get -d github.com/LN-Zap/lndconnect