From f5b50a9df32aa7cad54780a78cef30140ed86a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Fri, 15 Aug 2008 21:58:00 +0200 Subject: - Updated initialize.sh and README --- README | 16 +++------------- initialize.sh | 6 +++++- 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 - -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 /.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 <" +echo +echo "to start musicfs, and follow the instructions in /.config" -- cgit v1.2.3