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.
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 definesbuild/backendbut does not define aninstalltarget, somake installfails with:Expected behavior:
make installshould install the builtsecrets-dispatcherbinary to the documented user install path, or the README should be updated to match the supported install flow.