dfinke / PowerShellHumanizer

PowerShell Humanizer wraps Humanizer: meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Apache License 2.0
120 stars 18 forks source link

`Install.ps1` not found, should it use `Install-Module`? #11

Closed davetransom closed 7 years ago

davetransom commented 7 years ago

I went to use the readme recommended way of installing, which ended with an HTTP 404.

iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/PowerShellHumanizer/master/Install.ps1')

Is this file inadvertently missing, or should the readme be updated to use Install-Module?

Install-Module -Name PowerShellHumanizer
dfinke commented 7 years ago

Thanks, updated.