mirror of
https://github.com/tadfisher/pass-otp.git
synced 2025-12-12 20:35:50 +01:00
update README
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,3 @@
|
||||
|
||||
| Branch | Status |
|
||||
|--------|--------|
|
||||
| [**master**](https://github.com/tadfisher/pass-otp/tree/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:
|
||||
|
||||
Reference in New Issue
Block a user