From 95b8c3e55ab92bfeafcd15a21133a4829a0a896e Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Wed, 13 Sep 2017 14:33:06 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e229f1..8becfd3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ ${GEN_DIR}/openapi/csharp.sh generated csharp.settings * [OpenSSL](https://www.openssl.org/) * For Linux/Mac: * LibCurl built with OpenSSL (Mac: `brew install curl --with-nghttp2`) +* For Windows: + * The easiest option is to use [choco](https://chocolatey.org) `choco install openssl.light` + +Make sure that the `openssl` executable is in your path, by running `openssl` before trying to use the library. ## Running the Examples @@ -55,4 +59,4 @@ To run the tests cd csharp\tests dotnet restore dotnet xunit -``` \ No newline at end of file +```