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
2
2
Work In Progress
3
3
4
4
[ ![ 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
38
38
39
39
# Usage
40
40
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
-
51
41
## Running the Examples
52
42
53
43
``` bash
@@ -65,5 +55,5 @@ To run the tests
65
55
``` bash
66
56
cd csharp\t ests
67
57
dotnet restore
68
- dotnet xunit
58
+ dotnet test
69
59
```
You can’t perform that action at this time.
0 commit comments