summaryrefslogtreecommitdiff
path: root/README
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 /README
parentd554386b01ba7edbb4fc8547d6f0bc6dcaec15c3 (diff)
- Updated initialize.sh and README
Diffstat (limited to 'README')
-rwxr-xr-xREADME16
1 files changed, 3 insertions, 13 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