zap, zeus: make the Go path persist

This commit is contained in:
openoms
2019-11-19 16:02:27 +00:00
parent 4d3f6c5042
commit 48c9d83abb
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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