This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0
4+
5+ Initial Preview of PowerShell IoT
Original file line number Diff line number Diff line change 22
33[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ipvxu77rxb5ou8gb?svg=true )] ( https://ci.appveyor.com/project/PowerShell/powershell-iot )
44[ ![ Travis] ( https://img.shields.io/travis/rust-lang/rust.svg?logo=travis )] ( https://travis-ci.com/PowerShell/PowerShell-IoT )
5+ [ ![ PowerShell Gallery] ( https://img.shields.io/powershellgallery/v/Microsoft.PowerShell.IoT.svg )] ( https://www.powershellgallery.com/packages/Microsoft.PowerShell.IoT/ )
6+
7+ > Note: PowerShell IoT is still in Preview
58
69A PowerShell module for interacting with hardware sensors and devices using common protocols: GPIO, I2C & SPI.
710
@@ -52,16 +55,32 @@ a pin based GPIO access library written in C.
5255
5356## Installation
5457
55- ### PowerShell Gallery & GitHub releases
58+ ### PowerShell Gallery
59+
60+ You can grab the latest version of PowerShell IoT by running:
61+
62+ ``` powershell
63+ Install-Module Microsoft.PowerShell.IoT
64+ ```
65+
66+ Then see the section on [ running] ( #Running ) .
67+
68+ If you want to write a module that uses PowerShell IoT, include it in the ` RequiredModules ` field of your module manifest.
69+
70+ ### GitHub releases
5671
57- _ Installation from the PowerShell Gallery and download from GitHub releases coming soon._
72+ You can also manually download the zipped up module from the [ releases] ( https://github.com/PowerShell/PowerShell-IoT/releases ) .
73+
74+ Then see the section on [ running] ( #Running ) .
5875
5976### AppVeyor
6077
6178You can download the latest CI build from our [ AppVeyor build here] ( https://ci.appveyor.com/project/PowerShell/powershell-iot ) .
6279Go to the latest build, click on either of the images, then click on the artifacts tab.
6380From there, you can download a zip of the latest CI build.
6481
82+ Then see the section on [ running] ( #Running ) .
83+
6584### From Source
6685
6786#### Prerequisites
You can’t perform that action at this time.
0 commit comments