diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,3 @@ - | Branch | Status | |--------|--------| | [**master**](https://github.com/tadfisher/pass-otp/tree/master) | [![Build Status: master](https://travis-ci.org/tadfisher/pass-otp.svg?branch=master)](https://travis-ci.org/tadfisher/pass-otp) | @@ -121,6 +120,16 @@ cd pass-otp sudo make install ``` +or, to install in the user dir (following the standard XDG base directory paths): + +``` +PREFIX=$XDG_DATA_HOME \ + LIBDIR=$PREFIX \ + MANDIR=$XDG_DATA_HOME/man \ + BASHCOMPDIR=$XDG_DATA_HOME/bash-completion.d \ + make install +``` + ### Arch Linux `pass-otp` is available in the `[community]` repository: |