X-Git-Url: https://jasonwoof.com/gitweb/?p=libre-fm-client-daemon.git;a=blobdiff_plain;f=README.markdown;fp=README.markdown;h=b6d6e01a0b78b381b375ce780b1beaf7dd9d94be;hp=0000000000000000000000000000000000000000;hb=38076f446f64c23e9adb0e5321e4a303613ac5e1;hpb=ae88df1ded96a58842ad59502dccb90fcde82f94 diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..b6d6e01 --- /dev/null +++ b/README.markdown @@ -0,0 +1,11 @@ +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) so your + password won't get into ~/.bash_history.