diff --git a/README.md b/README.md index 9683510..99dc756 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,24 @@ From [Maven Central](https://s01.oss.sonatype.org/#nexus-search;quick~ollama4j): 1.0-SNAPSHOT ``` + +You might want to include the Maven repository to pull the ollama4j library from. Include this in your `pom.xml`: + +```xml + + + ollama-from-ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + +``` + +Verify if the ollama4j dependencies have been resolved by running: + +```xml +mvn clean install +``` + Start Ollama Container: ``` docker run -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama