Closed dmarticus closed 3 years ago
The readme mentions
1) Do code changes 2) Run make link to build the project and create a symlink from the built binary to the root of the project ...
make link
But per the Makefile, there's no make build link command, just make link. This change updates the readme to say that :)
Makefile
make build link
Hey @dmarticus! Thanks for reporting.
Turns out this is actually an error on my side, the build target is still useful. I'm adding it back to the Makefile so the README is in sync :)
build
The readme mentions
But per the
Makefile
, there's nomake build link
command, justmake link
. This change updates the readme to say that :)