From b582425c92b24e40440c5c87e24b70c70264fec1 Mon Sep 17 00:00:00 2001 From: PratyushKing <83279568+PratyushKing@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:41:23 +0530 Subject: [PATCH] template changes --- Docs/articles/Installation/DevKit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/articles/Installation/DevKit.md b/Docs/articles/Installation/DevKit.md index 800c047387..362b170f4a 100644 --- a/Docs/articles/Installation/DevKit.md +++ b/Docs/articles/Installation/DevKit.md @@ -26,6 +26,6 @@ Run `make` to build Cosmos. Cosmos will clone all the required repos, build itself, and install it and it's nuget packages to the system automatically. ### dotnet Project Templates -If you are using linux or prefer not using Visual Studio for your projects, you can install the dotnet project template using `dotnet new --install ./source/templates/csharp/` assuming you are currently in the Cosmos base directory. +If you are using linux or prefer not using Visual Studio for your projects, you can install the dotnet project template using `dotnet new --install ./source/templates/csharp-linux/` assuming you are currently in the Cosmos base directory. After installing the template use `dotnet new cosmosCSKernel -n {name}` to create a new Cosmos Kernel project. -The dotnet template can be removed at a later time using `dotnet new --uninstall ./source/templates/csharp/`. +The dotnet template can be removed later on using `dotnet new --uninstall ./source/templates/csharp-linux/`.