~schnouki/msmtpq

c4ca8aee8c30069a5e25e433af9c537bf8e07b04 — Thomas Jost 4 years ago 3442db7
Add instructions for installation in $HOME
1 files changed, 11 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +11 -0
@@ 17,3 17,14 @@ All of these components communicate with each other over D-Bus.
This is probably overkill and could be replaced by a *much* simpler Bash script,
but I had fun writing this a few years ago... And it still works really well for
me :)


## How to install in `$HOME`

(i.e. how I use it :))

```
make BINDIR=$HOME/bin SHAREDIR=$HOME/.local/share SVCDIR=$HOME/.config/systemd/user all install
```

That's it!