Skip to content

Commit 81a4691

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent b3f03f3 commit 81a4691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the Umbraco extension template, run the following command in your ter
1717
dotnet new install Umbraco.Templates
1818
```
1919

20-
This command installs the `umbraco` and `umbraco-extension` templates, which you can use to create new Umbraco and Umbraco extension projects. You may already have this installed, if you have created a new Umbraco project using the `dotnet new umbraco` command.
20+
This command installs both the `umbraco` and `umbraco-extension` templates, which you can use to create new Umbraco and Umbraco extension projects. If a new Umbraco project has previously been created using `dotnet new umbraco`, the templates may already be installed.
2121

2222
## Create a New Umbraco Extension
2323
To create a new Umbraco extension project, run the following command in your terminal. It should be executed in a folder where you want to create the new project, for example in the root of your solution:

0 commit comments

Comments
 (0)