Skip to content

Commit 5a5b554

Browse files
authored
Merge pull request #66 from canwaf/patch-1
Minor typo in endpoint-cli.md
2 parents bd51592 + d134e4a commit 5a5b554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/endpoint/endpoint-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
1. Download [Ontop CLI](https://github.com/ontop/ontop/releases) and unzip it to a directory, which is denoted as `$ONTOP_CLI_DIR` below.
44
2. Copy the H2 jdbc driver to `$ONTOP_CLI_DIR/jdbc` (if not done yet)
5-
* Mac/Linux: `cp jdbc/h2-1.4.196.jar $ONTOP_CLI_IDR/jdbc`
5+
* Mac/Linux: `cp jdbc/h2-1.4.196.jar $ONTOP_CLI_DIR/jdbc`
66
3. Start the h2 database.
77
4. Go to the `endpoint/` directory. Alternatively, if you don't have already the tutorial files, you can download [this OWL ontology file](input/university-complete.ttl), [this mapping file](input/university-complete.obda), [this properties file](input/university-complete.properties) and paste them in `input/`.
88
5. Start the Ontop endpoint. On Mac/Linux:

0 commit comments

Comments
 (0)