From f0125a056444fbeef82072a1db5a2a8b6bfbebf7 Mon Sep 17 00:00:00 2001 From: aulorbe Date: Mon, 29 Jul 2024 11:11:03 -0700 Subject: [PATCH] Add upgrading section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d720e96..26eb6eb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ See the [Pinecone API Docs](https://docs.pinecone.io/reference/) for more inform ## Upgrading your client -tktk +To upgrade your client to the latest version, run: + +```shell +go get -u github.com/pinecone-io/go-pinecone/pinecone@latest +``` ## Prerequisites