From dc73bdd5779f3d46706931e529d58c5afe532455 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Wed, 6 May 2020 10:26:36 +0300 Subject: [PATCH] docs: applied review comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afb3132..18f83d0 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Command-line interface for generating LogoFX-based desktop .NET apps via `dotnet ## Install template ``` -call install-template-logofx-wpf.cmd +call ./devops/install-template-logofx-wpf.cmd ``` -This command will install new template with name `logofx-wpf` (in `template.json`). +This command will install new template with short name `logofx-wpf` (in `template.json`). ## Create project from the installed template