Skip to content

pkmg command not found after installing github.com/CoderSerio/pokemand-go@latest #1

Description

@CoderSerio

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions