Skip to content

Commit b912660

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent ccf8e82 commit b912660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ To include the extension in your Umbraco project, you need to add a reference to
5252
3. Choose the `MyExtension` project.
5353
4. Click **OK**.
5454

55-
You can also add the reference manually by running the following command in the root folder of your Umbraco project:
55+
#### Option 2: Via CLI
56+
Run the following command in the root folder of your Umbraco project:
5657

5758
```bash
5859
dotnet add reference ../MyExtension/MyExtension.csproj

0 commit comments

Comments
 (0)