docs(README): clarify user installation path
Some checks failed
continuous-integration/drone/push Build is failing

Clarified the user installation path in the README to prevent confusion
regarding where binaries are installed. This change helps users easily
locate the installed binaries, reducing potential setup errors.

- Updated the README to specify the user installation path as
  $HOME/.local/bin.

Signed-off-by: Glenn <glenux@glenux.net>
This commit is contained in:
Glenn Y. Rolland 2025-06-16 16:45:37 +02:00
parent aea7979e40
commit 8377d59d7c

View file

@ -75,7 +75,7 @@ cd code-preloader
make prepare make prepare
make build make build
sudo make install # either to install system-wide sudo make install # either to install system-wide
make install PREFIX=$HOME/.local # or to install as a user make install PREFIX=$HOME/.local # or to install as a user in $HOME/.local/bin
``` ```
## Usage ## Usage