From 64d40969268e0e4f19d32b250f02f32eed9e1a06 Mon Sep 17 00:00:00 2001 From: Kevin Ernst Date: Fri, 24 Sep 2021 12:02:06 -0400 Subject: [PATCH] readme: remove extraneous 'bin' --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 4767208..342eb6b 100644 --- a/Readme.md +++ b/Readme.md @@ -20,9 +20,9 @@ Installation $ make $ make install # or 'sudo make install' if you get an error -If you would like to install to some other location besides the default of `/usr/local/bin`, which usually requires admin privileges, then add `PREFIX=/some/other/path` to the end of your `make install`. For example: +If you would like to install to some other location besides the default of `/usr/local`, which usually requires admin privileges, then add `PREFIX=/some/other/path` to the end of your `make install`. For example: - $ make install PREFIX=$HOME/.local/bin + $ make install PREFIX=$HOME/.local ### Pre-compiled binaries: