Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Jul 22, 2024
1 parent 59986f4 commit ea86a28
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ Then documentation for the composition root:
Install the DI template [Pure.DI.Templates](https://www.nuget.org/packages/Pure.DI.Templates)

```shell
dotnet new -i Pure.DI.Templates
dotnet new install Pure.DI.Templates
```

Create a "Sample" console application from the template *__di__*
Expand Down Expand Up @@ -956,6 +956,13 @@ If you are using the Rider IDE, it already has a set of configurations to run th

Installed [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

### Additional resources:

DotNext video

<a href="http://www.youtube.com/watch?feature=player_embedded&v=nrp9SH-gLqg" target="_blank"><img src="http://img.youtube.com/vi/nrp9SH-gLqg/0.jpg"
alt="DotNext Pure.DI" width="640" border="10"/></a>


## Benchmarks

Expand Down
9 changes: 8 additions & 1 deletion readme/FooterTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Then documentation for the composition root:
Install the DI template [Pure.DI.Templates](https://www.nuget.org/packages/Pure.DI.Templates)

```shell
dotnet new -i Pure.DI.Templates
dotnet new install Pure.DI.Templates
```

Create a "Sample" console application from the template *__di__*
Expand Down Expand Up @@ -664,3 +664,10 @@ If you are using the Rider IDE, it already has a set of configurations to run th
### Contribution Prerequisites

Installed [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

### Additional resources:

DotNext video

<a href="http://www.youtube.com/watch?feature=player_embedded&v=nrp9SH-gLqg" target="_blank"><img src="http://img.youtube.com/vi/nrp9SH-gLqg/0.jpg"
alt="DotNext Pure.DI" width="640" border="10"/></a>

0 comments on commit ea86a28

Please sign in to comment.