summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup b/docs/setup
index 5a0036f..b8854fc 100644
--- a/docs/setup
+++ b/docs/setup
@@ -34,7 +34,7 @@ SQLite Database Setup
SQLite is very nice in that you don't have to create the database
first. You don't even have to create the file. Just create
- /etc/wallet.conf with something like:
+ /etc/wallet/wallet.conf with something like:
$DB_DRIVER = 'SQLite';
$DB_INFO = '/path/to/database';