This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree 2 files changed +26
-2
lines changed
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 2
2
3
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ipvxu77rxb5ou8gb?svg=true )] ( https://ci.appveyor.com/project/PowerShell/powershell-iot )
4
4
[ ![ 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
5
8
6
9
A PowerShell module for interacting with hardware sensors and devices using common protocols: GPIO, I2C & SPI.
7
10
@@ -52,16 +55,32 @@ a pin based GPIO access library written in C.
52
55
53
56
## Installation
54
57
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
56
71
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 ) .
58
75
59
76
### AppVeyor
60
77
61
78
You can download the latest CI build from our [ AppVeyor build here] ( https://ci.appveyor.com/project/PowerShell/powershell-iot ) .
62
79
Go to the latest build, click on either of the images, then click on the artifacts tab.
63
80
From there, you can download a zip of the latest CI build.
64
81
82
+ Then see the section on [ running] ( #Running ) .
83
+
65
84
### From Source
66
85
67
86
#### Prerequisites
You can’t perform that action at this time.
0 commit comments