JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hash and save auth credentials
[libre-fm-client-daemon.git] / README
diff --git a/README b/README
new file mode 100644 (file)
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.