aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7027b42..f488dd4 100644
--- a/README.md
+++ b/README.md
@@ -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: