diff options
author | apiraino <apiraino@users.noreply.github.com> | 2020-05-06 12:36:33 +0200 |
---|---|---|
committer | Tad Fisher <129148+tadfisher@users.noreply.github.com> | 2020-11-29 15:07:37 -0800 |
commit | 7ae5de36f9b5f58eb2c067d7caa74784f641bb42 (patch) | |
tree | e05803accfcc75f06fb9fc21374618f83d1a2124 | |
parent | 1470cb0648d0c1fefaa029cb73c50c60561824fc (diff) | |
download | pass-otp-7ae5de36f9b5f58eb2c067d7caa74784f641bb42.tar.gz pass-otp-7ae5de36f9b5f58eb2c067d7caa74784f641bb42.zip |
even more helpful
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,6 +126,9 @@ or, to install in the user dir (following the standard XDG base directory paths) $ echo $XDG_DATA_HOME /home/$USER/.local/share +$ export PASSWORD_STORE_ENABLE_EXTENSIONS=true +$ export PASSWORD_STORE_EXTENSIONS_DIR=$XDG_DATA_HOME/password-store/extensions + $ PREFIX=$XDG_DATA_HOME \ LIBDIR=$PREFIX \ MANDIR=$XDG_DATA_HOME/man \ |