Skip to content

Commit

Permalink
Add nuget install command
Browse files Browse the repository at this point in the history
  • Loading branch information
rulrok committed Aug 27, 2019
1 parent 4804f95 commit 8249aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ It is *inspired* by the `tee` linux command (but not the same thing!).

If you ever needed to build a fluent LINQ-to-object chain, but needed to process parts of data differently, this library call help you having a cleaner code.

# Install

```powershell
PM > Install-Package LinqTee -Version 0.1.0-beta
```

# Examples

## left-right concatenation
Expand Down

0 comments on commit 8249aa0

Please sign in to comment.