aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index e382d03..9beea07 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -14,7 +14,7 @@ Installation instructions
1. Create a new MySQL database
2. Import tables.sql into that database, i.e.
run
- > mysql -umyusername semanticscuttle < tables.sql
+ > mysql -umyusername semanticscuttle < data/tables.sql
on the shell ("semanticscuttle" being the database name)
3. Copy data/config.php.dist to data/config.php and modify it as
necessary.