Is there any way to use outline vpn client in arch linux. (not appimage)

I want to use outline vpn client on my arch linux via CLI. Appimage doesn’t work well on my linux.

https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-cli

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.