Skip to content

Commit 1d7758d

Browse files
committed
docs: update installation instruction to use the non deprecated syntax
1 parent c28138e commit 1d7758d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/your-fable-project/author-a-fable-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc:
1212
To use this template, you can run the following command:
1313

1414
```bash
15-
dotnet new -i "Glutinum.Template::*"
15+
dotnet new install "Glutinum.Template::*"
1616
```
1717

1818
Then you can create a new project with:

0 commit comments

Comments
 (0)