summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-14 18:23:56 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-14 18:23:56 +0200
commitcbcf7e33be82bea9b0adc49c061e38121db0a0c9 (patch)
tree05bf591932963cb0dd92db02cc80f2aeff7563bd
parentcfe2daca8b53d3bffe7e5566f7ed87dfa5093548 (diff)
- Updated README with future usage :-)
-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
~~~~~~~~~~~~