Skip to content

README documents make install, but Makefile has no install target #4

Description

@timrichardson

The README quick-start says to run make build && make install, with a comment that install places the binary in ~/.local/bin.

On current master, the Makefile defines build/backend but does not define an install target, so make install fails with:

make: *** No rule to make target 'install'.  Stop.

Expected behavior: make install should install the built secrets-dispatcher binary to the documented user install path, or the README should be updated to match the supported install flow.

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