mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
zap, zeus: make the Go path persist
This commit is contained in:
@@ -57,6 +57,8 @@ Tested with:
|
|||||||
export PATH=$PATH:$GOROOT/bin
|
export PATH=$PATH:$GOROOT/bin
|
||||||
export GOPATH=/usr/local/gocode
|
export GOPATH=/usr/local/gocode
|
||||||
export PATH=$PATH:$GOPATH/bin
|
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:
|
# Install lndconnect from source:
|
||||||
go get -d github.com/LN-Zap/lndconnect
|
go get -d github.com/LN-Zap/lndconnect
|
||||||
|
|||||||
@@ -61,6 +61,8 @@ Available on:
|
|||||||
export PATH=$PATH:$GOROOT/bin
|
export PATH=$PATH:$GOROOT/bin
|
||||||
export GOPATH=/usr/local/gocode
|
export GOPATH=/usr/local/gocode
|
||||||
export PATH=$PATH:$GOPATH/bin
|
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:
|
# Install lndconnect from source:
|
||||||
go get -d github.com/LN-Zap/lndconnect
|
go get -d github.com/LN-Zap/lndconnect
|
||||||
|
|||||||
Reference in New Issue
Block a user