summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:39:59 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:40:30 +0200
commit536287c8cbd77c9eaec9c3a433c09fc1564c5b35 (patch)
treeac1cee2024ac7ce5d529322d808da39baf61aaf6
parentaebfe173331f9ebec246f9ad85d0b98121c8ac4f (diff)
- More detailed instructions in README
-rwxr-xr-xREADME11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 964d337..7fa0dc8 100755
--- a/README
+++ b/README
@@ -12,11 +12,18 @@ Usage
$ make
-2. Make the initial configuration with the provided script, and follow
- the instructions:
+2. Make the initial configuration with the provided script
$ bash initialize.sh
+3. Start musicfs
+
+$ ./musicfs <mountdir>
+
+4. Add your music path(s) to <mountdir>/.config
+
+$ echo "/storage/music" >> <mountdir>/.config
+
Screenshot
~~~~~~~~~~