JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hash and save auth credentials
[libre-fm-client-daemon.git] / README
1 Setup
2 =====
3
4 1.      You'll need to save your auth credentials to ~/.libre.fm-cmus.auth:
5
6                 unset HISTFILE
7                 coffee -e "require('./auth.coffee').save_auth 'USERNAME','PASSWORD'"
8
9         (Substituting your libre.fm username and password of course.) The first
10         line disables history saving in bash, and perhaps other shells.