summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 07fe6e4..d70046c 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:
+
+Follow the instructions in <mount path>/paths.
+
Dependencies
~~~~~~~~~~~~