Skip to content

Commit 214d49c

Browse files
authoredAug 16, 2017
Update README.md
1 parent 07d130c commit 214d49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ var janeDoe = johnDoe.ToBuilder().With(firstName: "Jane", age: 20).Build(); // b
7575

7676
## <a name="starting"></a>How do I start?
7777
1. Install the T4Immutable nuget package
78-
2. For **.NET Framework projects** use "**Build - Transform All T4 Templates**" or right click on the _T4Immutable/T4Immutable.tt_ file and click "**Run custom tool**". The files will be generated inside "T4Immutable" as children of "T4Immutable.tt".
79-
3. For **.NET Core/Standard/etc projects** right click on the _T4Immutable/T4Immutable.tt_ file and click "**Run custom tool**". The files will be generated in a folder named "T4Immutable_generated". "**Build - Transform All T4 Templates**" **won't work**
78+
2. For **.NET Framework projects** use "**Build - Transform All T4 Templates**" or right click on the _T4Immutable/T4Immutable.tt_ file and click "**Run custom tool**". The files will be generated inside _T4Immutable_ as children of _T4Immutable.tt_.
79+
3. For **.NET Core/Standard/etc projects** right click on the _T4Immutable/T4Immutable.tt_ file and click "**Run custom tool**". The files will be generated in a folder named _T4Immutable_generated_. "**Build - Transform All T4 Templates**" **won't work**
8080

8181
*Remember to do this everytime you update the package or any of your immutable classes change.* If you want to automate it there are plugins out there that auto-run T4 templates before build such as [AutoT4](https://github.com/bennor/AutoT4).
8282

0 commit comments

Comments
 (0)
Please sign in to comment.