diff --git a/docs/docs/operator/getting-started.mdx b/docs/docs/operator/getting-started.mdx index a8e37118..6d21393c 100644 --- a/docs/docs/operator/getting-started.mdx +++ b/docs/docs/operator/getting-started.mdx @@ -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: diff --git a/src/KubeOps.Templates/README.md b/src/KubeOps.Templates/README.md index f5816634..c749f021 100644 --- a/src/KubeOps.Templates/README.md +++ b/src/KubeOps.Templates/README.md @@ -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: