From fe0f7a4428d535ecbe1be726e2a22dca7987eef2 Mon Sep 17 00:00:00 2001 From: c80k Date: Sun, 18 Aug 2019 13:03:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e019629..b97500b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The overall deployment consists of two components: ### Code generator back end: Windows +Disclaimer: The mid-term goal is to provide the C# code generator backend as Chocolatey package. It turns out that setting up a correct package verification process (which is a requirement for package approval) requires more effort than expected. See [Issue: Not on Chocolatey](https://github.com/c80k/capnproto-dotnetcore/issues/6) for instructions on how to create and install the package locally. Read on to get an impression on how it's supposed to work in the future. + The C# code generator back end will be available as [Chocolatey](https://chocolatey.org/) package. You may choose between two flavors: The portable version requires a .NET Core 2.1 (or higher) runtime or SDK (type `dotnet` at command line prompt to check whether you already have one). This is the recommended variant. To install, type ```