summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 21:54:18 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 21:54:18 +0200
commitd554386b01ba7edbb4fc8547d6f0bc6dcaec15c3 (patch)
tree2546b1850d80dcf9191552fa7aad0e0201feba3b /README
parentc054405a1e256e9cf41ed2121e7dabeca518b592 (diff)
parentaaccd1929a253e6e687f50a810877bb9eb4ea8df (diff)
Merge branch 'config'
Diffstat (limited to 'README')
-rwxr-xr-xREADME6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 07fe6e4..a32a6e2 100755
--- a/README
+++ b/README
@@ -18,11 +18,15 @@ $ sqlite3 music.db < dbschema.sql
3. Run:
-$ ./musicfs -d <music path> <mount path>
+$ ./musicfs -d <mount path>
On my computer, it only behaves correctly in debug mode (-d) due to a
bug of some kind. I don't really know why :'(
+4. Add music directory:
+
+Edit <mount path>/.config and follow the instructions.
+
Dependencies
~~~~~~~~~~~~