JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
login might work if node-expat did
[libre-fm-client-daemon.git] / README.markdown
diff --git a/README.markdown b/README.markdown
new file mode 100644 (file)
index 0000000..b6d6e01
--- /dev/null
@@ -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.