aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-03-29 13:53:42 -0700
committerRuss Allbery <rra@stanford.edu>2012-03-29 13:53:42 -0700
commit7b9d4ca1375949349c9be4456a8963c7e85baa9b (patch)
treeb85a3157a9387b779702256b237114837c871d55 /docs
parentd1b8e344838f2f71df028e48e5b2751ba09a3b8b (diff)
Fix incorrect wallet.conf path in the setup documentation
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';