From 2dbb21c723b054f99b588644dcd60b86a9c39ba1 Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Mon, 24 Oct 2022 23:50:19 -0300 Subject: [PATCH] updating for PSGallery --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d370dff..2ed828b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ PSCsvUtil is a tiny PowerShell Module composed of two functions to efficiently __split and merge__ big Csv files using [`StreamReader`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader.-ctor?view=net-7.0) and [`StreamWriter`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamwriter?view=net-7.0) .NET Classes. + +## Installation + +```powershell +Install-Module PSCsvUtil -Scope CurrentUser +``` + ## Compatibility Tested and compatible with Windows PowerShell 5.1 and [PowerShell Core 7+](https://github.com/PowerShell/PowerShell).