Reecepbcups / local-interchain

A local testing environment for any IBC chain via InterchainTest
11 stars 2 forks source link

use $HOME/.local-interchain if jot static linked #39

Closed Reecepbcups closed 1 year ago

Reecepbcups commented 1 year ago

Ex: we distribute a go install ./... binary from docker. we don't want it to link to said InstallDir

so default should be there, only make install use the true static installDir

Reecepbcups commented 1 year ago

or re-use env variables if InstallDir is nil

export LOCALIC_HOME=/path

write guide for Linux (bash), MacOs zsh, and Windows (powershell/cmd persistent config values?)