Skip to content

Commit dcf7209

Browse files
committed
Merge pull request #14 from bendetat/patch-1
Add install instructions to readme
2 parents 531d453 + dcfd95f commit dcf7209

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
An auto-mocking `Autofac` container that resolves unknown dependencies from `NSubstitute`. Useful for unit testing classes with lots of dependencies.
55

6+
Installation
7+
------------
8+
9+
Install via [NuGet](http://www.nuget.org/packages/AutofacContrib.NSubstitute/), either in Visual Studio (right-click project, Manage NuGet Packages, search for `AutofacContrib.NSubstitute`) or via the package manager console using `Install-Package AutofacContrib.NSubstitute`.
10+
611
Example Usage
712
-------------
813

0 commit comments

Comments
 (0)