Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 698f8e3

Browse files
update readme with gallery (#23)
1 parent 6aea0ff commit 698f8e3

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
5+
Initial Preview of PowerShell IoT

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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
69
A 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

6178
You can download the latest CI build from our [AppVeyor build here](https://ci.appveyor.com/project/PowerShell/powershell-iot).
6279
Go to the latest build, click on either of the images, then click on the artifacts tab.
6380
From 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

0 commit comments

Comments
 (0)