Skip to content

Commit 47d73dc

Browse files
qmfrederikbrendandburns
authored andcommitted
Update README (#95)
* Update README * No need for npm
1 parent a7ee07f commit 47d73dc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ dotnet add package KubernetesClient
1414

1515
## Prerequisites
1616

17+
You'll need a Linux machine with Docker.
18+
19+
The generated code works on all platforms supported by .NET or .NET Core.
20+
1721
Check out the generator project into some other directory
1822
(henceforth `$GEN_DIR`)
1923

@@ -22,18 +26,12 @@ cd $GEN_DIR/..
2226
git clone https://github.com/kubernetes-client/gen
2327
```
2428

25-
Install the [`autorest` tool](https://github.com/azure/autorest):
26-
27-
```bash
28-
npm install autorest
29-
```
30-
3129
## Generating code
3230

3331
```bash
3432
# Where REPO_DIR points to the root of the csharp repository
3533
cd ${REPO_DIR}/csharp/src
36-
${GEN_DIR}/openapi/csharp.sh generated csharp.settings
34+
${GEN_DIR}/openapi/csharp.sh generated ../csharp.settings
3735
```
3836

3937
# Usage

0 commit comments

Comments
 (0)