Installation
go install mycli.sh/cli/cmd/my@latestThis installs the my binary to your $GOPATH/bin directory.
git clone https://github.com/mycli-sh/mycli.gitcd myclimake build-cliThe binary is output to ./bin/my. You can move it anywhere in your PATH:
sudo mv ./bin/my /usr/local/bin/myVerify installation
Section titled “Verify installation”my --helpYou should see the top-level help output listing available commands.
Next steps
Section titled “Next steps” Quickstart Create and run your first command.