summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorJohn Nduli2024-09-12 18:54:31 +0300
committerBonfaceKilz2024-09-17 11:30:45 +0300
commit243d4ef3d9eff06975ae2f3619182f3b4895af41 (patch)
treeea095e68d15f2cdb47e90e59b34a6e15ffab64a0 /topics
parentfaa285a070ed6f444110cc81e8400345a3815318 (diff)
downloadgn-gemtext-243d4ef3d9eff06975ae2f3619182f3b4895af41.tar.gz
docs: fix folder path for virtuoso set up
Diffstat (limited to 'topics')
-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();
```