minor update to readme

This commit is contained in:
Boshi Lian
2017-10-13 03:44:59 +08:00
committed by GitHub
parent c108799aab
commit 061cac05c6

View File

@@ -1,4 +1,4 @@
# csharp # Kubernetes C# Client
Work In Progress Work In Progress
[![Travis](https://img.shields.io/travis/kubernetes-client/csharp.svg)](https://travis-ci.org/kubernetes-client/csharp) [![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
# Usage # Usage
## Prerequisities
* [OpenSSL](https://www.openssl.org/)
* For Linux/Mac:
* LibCurl built with OpenSSL (Mac: `brew install curl --with-nghttp2`)
* For Windows:
* The easiest option is to use [choco](https://chocolatey.org) `choco install openssl.light`
Make sure that the `openssl` executable is in your path, by running `openssl` before trying to use the library.
## Running the Examples ## Running the Examples
```bash ```bash
@@ -65,5 +55,5 @@ To run the tests
```bash ```bash
cd csharp\tests cd csharp\tests
dotnet restore dotnet restore
dotnet xunit dotnet test
``` ```