updated readme with usage info

master
Rachel Lambda Samuelsson 2021-01-28 15:38:23 +01:00
parent ea8c5e44a7
commit a7e39d8fcc
1 changed files with 16 additions and 3 deletions

19
README
View File

@ -14,9 +14,22 @@ pkg-config (optional build time dependency)
building
--------
./configure.sh
make
make install # supports PREFIX and DESTDIR
./configure.sh
make
make install # supports PREFIX and DESTDIR
usage
-----
There are three flags:
mpdart -d musicdir -h host -p port
Though only -d is needed:
mpdart -d ~/music
Once mpdart is running you can press the window to toggle mpd's pause/play.
contributing
------------