update README

This commit is contained in:
apiraino
2020-05-06 11:49:49 +02:00
committed by Tad Fisher
parent 0aadd4c82c
commit 3a8987a0e7

View File

@@ -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: