From 059afb8ee8103dc2f30b0891a3c9663515b439ac Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 9 Feb 2024 15:01:00 -0500 Subject: [PATCH] csharp: update README to reflect new NuGet package Signed-off-by: Jared Van Bortel --- gpt4all-bindings/csharp/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpt4all-bindings/csharp/README.md b/gpt4all-bindings/csharp/README.md index 9829a976..af8d4e9a 100644 --- a/gpt4all-bindings/csharp/README.md +++ b/gpt4all-bindings/csharp/README.md @@ -6,7 +6,10 @@ This package contains a set of C# bindings around the `llmodel` C-API. TBD ## Installation -TBD NuGet + +Windows and Linux builds are available on NuGet: https://www.nuget.org/packages/Gpt4All + +macOS is WIP due to code signing issues, contributions are welcome. ## Project Structure ```