From bc32b56ee5cc251bfbcad08e9ff1789fce81be93 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 26 Oct 2015 10:47:07 +0100 Subject: [PATCH] README: update install section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93d26326..2e3f3970 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ https://github.com/mariux/mxq ## Installation ### Install using `GNU make` ``` -make make install ``` + +or to specify a prefix: ``` -make PREFIX=... make PREFIX=... [DESTDIR=...] install ``` ### Install using `bee` @@ -26,6 +26,8 @@ make PREFIX=... [DESTDIR=...] install bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --execute bee update mxq ``` + +or to specify a prefix ``` bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --prefix=... --execute bee update mxq