From dbb885f551832997ead8ea7ca60f42e62f514b7c Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 19 Dec 2023 18:11:38 +0530 Subject: [PATCH] clean up --- README.md | 6 ++++-- docs/publishing/readme.md | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af0fff..0f62cb7 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,10 @@ for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs. #### Installation -In your Maven project, add this dependency available in -the [Central Repository](https://s01.oss.sonatype.org/#nexus-search;quick~ollama4j): +In your Maven project, add this dependency available in: + +- https://central.sonatype.com/artifact/io.github.amithkoujalgi/ollama4j +- [Central Repository](https://s01.oss.sonatype.org/#nexus-search;quick~ollama4j) ```xml diff --git a/docs/publishing/readme.md b/docs/publishing/readme.md index 91a2a1f..8c92f89 100644 --- a/docs/publishing/readme.md +++ b/docs/publishing/readme.md @@ -23,6 +23,12 @@ gpg --keyserver keys.gnupg.net --send-keys CA925CD6C9E8D064FF05B4728190C4130ABA0 - Now other people can import your public key from the key server to their local machines: `gpg --keyserver keyserver.ubuntu.com --recv-keys CA925CD6C9E8D064FF05B4728190C4130ABA0F98` +Export for later use: + +```shell +gpg --armor --export-secret-keys 88AA0C903A513340A0F3094326257A6F6F5F24A9 > ~/ollama4j/mvn-publish/private.gpg +``` + ## Maven publish https://central.sonatype.org/publish/publish-maven/