From ee5aaa269052129e5670c0ea663913d25dfa2ef4 Mon Sep 17 00:00:00 2001 From: Igor Socec Date: Wed, 25 Jan 2017 01:44:34 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd1f95e..007cab9 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,8 @@ Build and install ================= Run `make` to build the project. -The build artifacts can be found in the directory "install.dir" and should be copied from there. -If you want to install directly to some directory run `make INSTALL_ROOT=/some/dir`. +This default build will produce artifacts in a directory "install.dir" with executables installed in "usr/bin" (prefix is "usr"). + +You can install directly into some directory with `make INSTALL_ROOT=/some/dir`. +You can change the install prefix for executables with `make BIN_PREFIX=someprefix`. +These options can also be combined into `make INSTALL_ROOT=/some/dir BIN_PREFIX=someprefix`