I want to use outline vpn client on my arch linux via CLI. Appimage doesn’t work well on my linux.
Thanks you. It works!.. but what does this command do?
go build -o outline-cli -ldflags="-extldflags=-static" ./outline-cli
I think build command would create the executable file and that can be installed by
go install
so that I can use this command to make the app executable everywhere
go env GOPATH
but that doesn't do anything....
so what does the first command actually do?
sorry… I got this… go build actually does creating executable file inside the outline-cli folder and it can be executed.