Skip to content

Commit fea8fdd

Browse files
Merge pull request #34 from tg123/patch-1
minor update to readme
2 parents c5f1360 + 061cac0 commit fea8fdd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# csharp
1+
# Kubernetes C# Client
22
Work 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
6656
cd csharp\tests
6757
dotnet restore
68-
dotnet xunit
58+
dotnet test
6959
```

0 commit comments

Comments
 (0)