From 882906ac7366a70381b065b917c6a8c4252fb709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Sowi=C5=84ski?= Date: Tue, 12 Nov 2024 20:17:14 +0100 Subject: [PATCH] Docs: add more details on plugin installation with RDF4J (#215) --- docs/docs/getting-started-plugins.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/getting-started-plugins.md b/docs/docs/getting-started-plugins.md index cdf938f6..0e412789 100644 --- a/docs/docs/getting-started-plugins.md +++ b/docs/docs/getting-started-plugins.md @@ -35,7 +35,9 @@ You can simply add Jelly format support to an application based on RDF4J with Je **[version {{ jvm_version() }} from here](https://github.com/Jelly-RDF/jelly-jvm/releases/download/{{ git_tag() }}/jelly-rdf4j-plugin.jar)**, {% endif %} or you can go the the [releases page](https://github.com/Jelly-RDF/jelly-jvm/releases) on GitHub to download a specific version of the `jelly-rdf4j-plugin.jar` file. - Note that the Jelly version must be compatible with your RDF4J version. Consult the [compatibility table](index.md#compatibility). -- Place the file in your classpath. Consult the manual of your application for the exact location. +- Place the file in your classpath: + - For the RDF4J SDK distribution, place the file in the `lib/` directory of your RDF4J installation. + - For other applications, consult the manual of your application for the exact location. - You can now use the Jelly format for parsing and serialization in your RDF4J application. ## Supported features