aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapiraino <apiraino@users.noreply.github.com>2020-05-06 11:49:49 +0200
committerTad Fisher <129148+tadfisher@users.noreply.github.com>2020-11-29 15:07:37 -0800
commit3a8987a0e781d4fbb713413ccba5d3d002417670 (patch)
tree808890a1ac76d5510eb94e6c91bd3013398b97c3
parent0aadd4c82cf190ae8ac9c08e7eb142716ed33a85 (diff)
update README
-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: