summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 22:38:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 22:38:38 +0200
commitf4e068268ca15e1623d038acc33abd04a24a2f5f (patch)
tree310308a0ce8f21225d394a00a733e72c3242a14f /INSTALL
parent24c535e41b71cf6fdc22216b3c4196264e247880 (diff)
downloadpass-f4e068268ca15e1623d038acc33abd04a24a2f5f.tar.gz
pass-f4e068268ca15e1623d038acc33abd04a24a2f5f.tar.bz2
pass-f4e068268ca15e1623d038acc33abd04a24a2f5f.zip
Makefile: osx/bsd does not support -D
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a0214b4..f267f80 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,7 +19,8 @@ The install target will automatically determine the existance
of bash, zsh, and fish, and install the completion files as
needed. If you'd like to force installation, you may set
FORCE_BASHCOMP, FORCE_ZSHCOMP, or FORCE_FISHCOMP to 1, or set
-FORCE_ALL to 1.
+FORCE_ALL to 1. The exact paths of the completions can be
+controlled with BASHCOMP_PATH, ZSHCOMP_PATH, and FISHCOMP_PATH.
-- Test Suite --