Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/operator/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For local development, we recommend using `kind` or Docker Desktop as it provide
KubeOps provides templates to help you get started quickly. Install them using the .NET CLI:

```bash
dotnet new --install KubeOps.Templates::*
dotnet new install KubeOps.Templates
```

KubeOps offers several template types:
Expand Down
2 changes: 1 addition & 1 deletion src/KubeOps.Templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install the template package, use the `dotnet` cli
(or you may use the exact version as provided in the link above):

```bash
dotnet new --install KubeOps.Templates::*
dotnet new install KubeOps.Templates
```

As soon as the templates are installed, you may use them with the short names below:
Expand Down