Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit a15a638

Browse files
move InvokeBuild to prereq
1 parent ce71413 commit a15a638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Polaris' differentiation is that it is cross-platform and uses the .NET HttpList
3333
* [.NET Standard 2.0 SDK](https://www.microsoft.com/net/download/core)
3434
* 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)
3535
* [PowerShell](https://github.com/powershell/powershell)
36+
* InvokeBuild (`Install-Module InvokeBuild`)
3637

3738
### Steps
3839
1. Clone or download the zip of the repo
3940
1. Open [PowerShell](https://github.com/powershell/powershell)
40-
1. run `Install-Module InvokeBuild`
4141
1. run `Invoke-Build Build`
4242

4343
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!

0 commit comments

Comments
 (0)