File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1- # csharp
1+ # Kubernetes C# Client
22Work In Progress
33
44[ ![ Travis] ( https://img.shields.io/travis/kubernetes-client/csharp.svg )] ( https://travis-ci.org/kubernetes-client/csharp )
@@ -38,16 +38,6 @@ ${GEN_DIR}/openapi/csharp.sh generated csharp.settings
3838
3939# Usage
4040
41- ## Prerequisities
42-
43- * [ OpenSSL] ( https://www.openssl.org/ )
44- * For Linux/Mac:
45- * LibCurl built with OpenSSL (Mac: ` brew install curl --with-nghttp2 ` )
46- * For Windows:
47- * The easiest option is to use [ choco] ( https://chocolatey.org ) ` choco install openssl.light `
48-
49- Make sure that the ` openssl ` executable is in your path, by running ` openssl ` before trying to use the library.
50-
5141## Running the Examples
5242
5343``` bash
@@ -65,5 +55,5 @@ To run the tests
6555``` bash
6656cd csharp\t ests
6757dotnet restore
68- dotnet xunit
58+ dotnet test
6959```
You can’t perform that action at this time.
0 commit comments