From 5819b437234b0a9e60df531494f1deb50adca5a3 Mon Sep 17 00:00:00 2001 From: Kevin Ernst Date: Fri, 24 Sep 2021 11:57:13 -0400 Subject: [PATCH] readme: clarify installation; note about binaries - closes brandt/symlinks#4 --- Readme.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7aaa5c5..4767208 100644 --- a/Readme.md +++ b/Readme.md @@ -16,9 +16,19 @@ Installation ### Source: - $ ./configure + $ cd path/to/the/extracted/source $ make - $ make install + $ 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: + + $ make install PREFIX=$HOME/.local/bin + +### Pre-compiled binaries: + +Many Linux distributions already have a version of Mark Lord's original `symlinks` in their repositories; see https://pkgs.org/search/?q=symlinks for details. + +If you use MacPorts, you can `sudo port install symlinks`. Usage