From a15a6386c72fd737834610a124e7e6107aa853b1 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Sun, 25 Mar 2018 14:22:50 -0700 Subject: [PATCH] move InvokeBuild to prereq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7e2af..74ac44e 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Polaris' differentiation is that it is cross-platform and uses the .NET HttpList * [.NET Standard 2.0 SDK](https://www.microsoft.com/net/download/core) * If you're on Windows, you'll also need the [.NET Framework 4.5.1 Developer Pack](https://www.microsoft.com/en-us/download/details.aspx?id=40772) * [PowerShell](https://github.com/powershell/powershell) +* InvokeBuild (`Install-Module InvokeBuild`) ### Steps 1. Clone or download the zip of the repo 1. Open [PowerShell](https://github.com/powershell/powershell) -1. run `Install-Module InvokeBuild` 1. run `Invoke-Build Build` At this point, you can now run `Import-Module ./Polaris.psm1` to start using Polaris! Checkout [the wiki](https://github.com/PowerShell/Polaris/wiki) for more usage!