We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c396f66 + 95b8c3e commit 4780c51Copy full SHA for 4780c51
README.md
@@ -36,6 +36,10 @@ ${GEN_DIR}/openapi/csharp.sh generated csharp.settings
36
* [OpenSSL](https://www.openssl.org/)
37
* For Linux/Mac:
38
* LibCurl built with OpenSSL (Mac: `brew install curl --with-nghttp2`)
39
+* For Windows:
40
+ * The easiest option is to use [choco](https://chocolatey.org) `choco install openssl.light`
41
+
42
+Make sure that the `openssl` executable is in your path, by running `openssl` before trying to use the library.
43
44
## Running the Examples
45
@@ -55,4 +59,4 @@ To run the tests
55
59
cd csharp\tests
56
60
dotnet restore
57
61
dotnet xunit
58
-```
62
+```
0 commit comments