Skip to content

Commit

Permalink
Docs: add more details on plugin installation with RDF4J (Jelly-RDF#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel authored Nov 12, 2024
1 parent 69103cc commit 882906a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/getting-started-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 882906a

Please sign in to comment.