Summary
After installing with go install github.com/CoderSerio/pokemand-go@latest, the expected pkmg command is not available in shell.
Environment
OS: macOS (arm64)
Shell: zsh
Go: go1.26.2
Install command: go install github.com/CoderSerio/pokemand-go@latest
Steps to Reproduce
Install:
go install github.com/CoderSerio/pokemand-go@latest
Ensure $GOPATH/bin is in PATH.
Run:
pkmg
Actual Result
Shell returns:
zsh: command not found: pkmg
Installed binary is pokemand-go (not pkmg).
Expected Result
pkmg should be available after installation (as shown in CLI usage/examples), or docs should clearly state the executable name is pokemand-go.
Workaround
Create a symlink:
ln -s "$HOME/go/bin/pokemand-go" "$HOME/go/bin/pkmg"
Summary
After installing with go install github.com/CoderSerio/pokemand-go@latest, the expected pkmg command is not available in shell.
Environment
OS: macOS (arm64)
Shell: zsh
Go: go1.26.2
Install command: go install github.com/CoderSerio/pokemand-go@latest
Steps to Reproduce
Install:
go install github.com/CoderSerio/pokemand-go@latest
Ensure $GOPATH/bin is in PATH.
Run:
pkmg
Actual Result
Shell returns:
zsh: command not found: pkmg
Installed binary is pokemand-go (not pkmg).
Expected Result
pkmg should be available after installation (as shown in CLI usage/examples), or docs should clearly state the executable name is pokemand-go.
Workaround
Create a symlink:
ln -s "$HOME/go/bin/pokemand-go" "$HOME/go/bin/pkmg"