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

Commit

Permalink
move InvokeBuild to prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Mar 25, 2018
1 parent ce71413 commit a15a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit a15a638

Please sign in to comment.