Skip to content

Commit

Permalink
Merge pull request #19 from LogoFX/feature/readme-update
Browse files Browse the repository at this point in the history
Updated readme with the current instructions
  • Loading branch information
godrose authored May 6, 2020
2 parents 900b223 + dc73bdd commit cb7b029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# cli-dotnet
Command-line interface for generating LogoFX-based desktop .NET apps via `dotnet` tool

## Create template
## Install template

```
dotnet new -i <path-to-solution-folder>
call ./devops/install-template-logofx-wpf.cmd
```

This command will create new template with name `logofx-wpf` (in `template.json`) from the project where `<path-to-solution-folder>` is full or relative path to project folder ```LogoFX.Templates.WPF```.
This command will install new template with short name `logofx-wpf` (in `template.json`).

## Create project from this template
## Create project from the installed template

```
dotnet new logofx-wpf
Expand Down

0 comments on commit cb7b029

Please sign in to comment.