From 8377d59d7c38bce7cba817a2342534bfb7d70aaf Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 16 Jun 2025 16:45:37 +0200 Subject: [PATCH] docs(README): clarify user installation path 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee7d49..1cdf6d2 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ cd code-preloader make prepare make build 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