From cbcf7e33be82bea9b0adc49c061e38121db0a0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Thu, 14 Aug 2008 18:23:56 +0200 Subject: - Updated README with future usage :-) --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') 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 +$ ./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: + +Follow the instructions in /paths. + Dependencies ~~~~~~~~~~~~ -- cgit v1.2.3 From bbc60fc5a6ef982d93671950e8ffb902f6c507ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Thu, 14 Aug 2008 18:32:56 +0200 Subject: - Renamed /paths to /.config --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d70046c..a32a6e2 100755 --- a/README +++ b/README @@ -25,7 +25,7 @@ bug of some kind. I don't really know why :'( 4. Add music directory: -Follow the instructions in /paths. +Edit /.config and follow the instructions. Dependencies -- cgit v1.2.3