summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 21:58:00 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 21:58:00 +0200
commitf5b50a9df32aa7cad54780a78cef30140ed86a2f (patch)
tree4d6fe6dc972fb7ebdf0818dcdb94669b391dc8b1
parentd554386b01ba7edbb4fc8547d6f0bc6dcaec15c3 (diff)
- Updated initialize.sh and README
-rwxr-xr-xREADME16
-rw-r--r--initialize.sh6
2 files changed, 8 insertions, 14 deletions
diff --git a/README b/README
index a32a6e2..f4d6323 100755
--- a/README
+++ b/README
@@ -12,20 +12,10 @@ Usage
$ make
-2. Initialise the database:
+2. Make the initial configuration with the provided script, and follow
+ the instructions:
-$ sqlite3 music.db < dbschema.sql
-
-3. Run:
-
-$ ./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.
+$ bash initialize.sh
Dependencies
diff --git a/initialize.sh b/initialize.sh
index e167ee7..d070e7b 100644
--- a/initialize.sh
+++ b/initialize.sh
@@ -14,4 +14,8 @@ cat > $HOME/.mfsrc <<EOF
# /home/orbekk/Music
EOF
-echo "./musicfs -d # to start musicfs"
+echo "Initial configuration finished. Run"
+echo
+echo " $ ./musicfs -d <mountpoint>"
+echo
+echo "to start musicfs, and follow the instructions in <mountpoint>/.config"