summaryrefslogtreecommitdiff
path: root/topics/xapian
diff options
context:
space:
mode:
Diffstat (limited to 'topics/xapian')
-rw-r--r--topics/xapian/xapian-indexing.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/xapian/xapian-indexing.gmi b/topics/xapian/xapian-indexing.gmi
index 1c3aa98..f3e03e6 100644
--- a/topics/xapian/xapian-indexing.gmi
+++ b/topics/xapian/xapian-indexing.gmi
@@ -36,8 +36,8 @@ and load up data by:
```
> isql
> # subsquent commands run in isql prompt
-> # preferable have this folder be in the virtuoso database folder
-> ld_dir ('/path/to/folder/with/ttls', '*.ttl', 'http://genenetwork.org');
+> # this folder is relative to the folder virtuoso was started from
+> ld_dir ('path/to/folder/with/ttls', '*.ttl', 'http://genenetwork.org');
> rdf_loader_run();
```