X-Git-Url: https://jasonwoof.com/gitweb/?p=libre-fm-client-daemon.git;a=blobdiff_plain;f=README;fp=README;h=b22b84b1119f46a66c71965ea493405955a09a13;hp=0000000000000000000000000000000000000000;hb=ae88df1ded96a58842ad59502dccb90fcde82f94;hpb=f79d6443f949737e20b05ac3dcea37dea1156971 diff --git a/README b/README new file mode 100644 index 0000000..b22b84b --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +Setup +===== + +1. You'll need to save your auth credentials to ~/.libre.fm-cmus.auth: + + unset HISTFILE + coffee -e "require('./auth.coffee').save_auth 'USERNAME','PASSWORD'" + + (Substituting your libre.fm username and password of course.) The first + line disables history saving in bash, and perhaps other shells.