Skip to content

Commit 4780c51

Browse files
Merge pull request #21 from kubernetes-client/readme-update-bburns
Update README.md
2 parents c396f66 + 95b8c3e commit 4780c51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ ${GEN_DIR}/openapi/csharp.sh generated csharp.settings
3636
* [OpenSSL](https://www.openssl.org/)
3737
* For Linux/Mac:
3838
* 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.
3943

4044
## Running the Examples
4145

@@ -55,4 +59,4 @@ To run the tests
5559
cd csharp\tests
5660
dotnet restore
5761
dotnet xunit
58-
```
62+
```

0 commit comments

Comments
 (0)