You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

18
18
19
+
## Quick Start
20
+
21
+
Assuming you have the .NET SDK installed, simply run:
22
+
23
+
`dotnet new install TUnit.Templates`
24
+
`dotnet new TUnit -n "YourProjectName"`
25
+
26
+
A new test project will be created for you with some samples of different test types and tips. When you're ready to get going, delete them and create your own!

18
18
19
+
## Quick Start
20
+
21
+
Assuming you have the .NET SDK installed, simply run:
22
+
23
+
`dotnet new install TUnit.Templates`
24
+
`dotnet new TUnit -n "YourProjectName"`
25
+
26
+
A new test project will be created for you with some samples of different test types and tips. When you're ready to get going, delete them and create your own!
Copy file name to clipboardExpand all lines: docs/docs/tutorial-basics/installing.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ sidebar_position: 1
9
9
Assuming you have the .NET SDK installed, simply run:
10
10
11
11
`dotnet new install TUnit.Templates`
12
-
`dotnet new TUnit`
12
+
`dotnet new TUnit -n "YourProjectName"`
13
+
14
+
A new test project will be created for you with some samples of different test types and tips. When you're ready to get going, delete them and create your own!
0 commit comments