From bfa639cc42696566b7969c1013251644c7c33508 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Mon, 29 Jun 2015 16:06:09 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48d5758..63e15c7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ PowerShell Import-Excel - -[gist fe19f796fdfcda90e5d6] - This PowerShell Module wraps the .NET [EPPlus DLL](http://epplus.codeplex.com/) (included). Easily integrate reading and writing Excel spreadsheets into PowerShell, without launching Excel in the background. You can also automate the creation of Pivot Tables and Charts. Install @@ -14,8 +12,9 @@ There are two ways to install this module. If you are running PowerShell V5 Otherwise To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run: +```powershell iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1') - +``` Know Issues -