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

Commit 1a65eed

Browse files
Add PowerShell Gallery (#133)
1 parent e7b10a8 commit 1a65eed

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Join the chat at https://gitter.im/PowerShellPolaris/Lobby](https://badges.gitter.im/PowerShellPolaris/Lobby.svg)](https://gitter.im/PowerShellPolaris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build status](https://ci.appveyor.com/api/projects/status/0ak497mbjn6dibxw/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/polaris/branch/master)
5+
![PowerShell Gallery](https://img.shields.io/badge/powershellgallery-0.1.0-blue.svg)
56

67
A cross-platform, minimalist web framework for [PowerShell](https://github.com/powershell/powershell).
78

@@ -35,14 +36,23 @@ Polaris' differentiation is that it is cross-platform and uses the .NET HttpList
3536

3637
### Steps
3738

38-
1. Clone or download the zip of the repo
39-
1. Open [PowerShell](https://github.com/powershell/powershell)
39+
#### From the [PowerShell Gallery](https://powershellgallery.com)
4040

41-
At this point, you can now run `Import-Module ./Polaris.psd1` to start using Polaris! Checkout [the wiki](https://github.com/PowerShell/Polaris/wiki) for more usage!
41+
```powershell
42+
PS > Install-Module Polaris
43+
```
4244

43-
You can also run all the Pester tests by running `Invoke-Pester` in the `test` directory. You may need the [fork of Pester that supports PowerShell](https://github.com/powershell/psl-pester).
45+
You can now try out the [example above](#example) or checkout [the wiki](https://github.com/PowerShell/Polaris/wiki) for more usage!
46+
47+
#### From source
4448

45-
_Installation from the PowerShell Gallery coming soon!_
49+
1. Clone or download the zip of the repo
50+
1. Open [PowerShell](https://github.com/powershell/powershell)
51+
1. At this point, you can now run `Import-Module ./Polaris.psd1`
52+
53+
You can now try out the [example above](#example) or checkout [the wiki](https://github.com/PowerShell/Polaris/wiki) for more usage!
54+
55+
You can also run all the Pester tests by running `Invoke-Pester` in the `test` directory. You may need the [fork of Pester that supports PowerShell](https://github.com/powershell/psl-pester).
4656

4757
## Documentation
4858

0 commit comments

Comments
 (0)