Did go get -u kubepack.dev/chartify from home directory.
ran chartify but no go.
ran locate chartify but no go.
OS: ubuntu 20
Some more documentation on how to install, use and execute would be of great help.
sudo apt get install golang
add following to ~/.bashrc
export GOPATH=$HOME/gocode
export PATH=$PATH:$GOPATH/bin
source ~/.bashrc
then install the chartify and it will work everywhere.
Did
go get -u kubepack.dev/chartify
from home directory. ranchartify
but no go. ranlocate chartify
but no go. OS: ubuntu 20 Some more documentation on how to install, use and execute would be of great help.