You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
[](https://gitter.im/PowerShellPolaris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A cross-platform, minimalist web framework for [PowerShell](https://github.com/powershell/powershell).
7
8
@@ -35,14 +36,23 @@ Polaris' differentiation is that it is cross-platform and uses the .NET HttpList
35
36
36
37
### Steps
37
38
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)
40
40
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
+
```
42
44
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
44
48
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).
0 commit comments