This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,23 +63,23 @@ You can grab the latest version of PowerShell IoT by running:
63
63
Install-Module Microsoft.PowerShell.IoT
64
64
```
65
65
66
- Then see the section on [ running] ( #Running ) .
66
+ Then see the section on [ running] ( #running ) .
67
67
68
68
If you want to write a module that uses PowerShell IoT, include it in the ` RequiredModules ` field of your module manifest.
69
69
70
70
### GitHub releases
71
71
72
72
You can also manually download the zipped up module from the [ releases] ( https://github.com/PowerShell/PowerShell-IoT/releases ) .
73
73
74
- Then see the section on [ running] ( #Running ) .
74
+ Then see the section on [ running] ( #running ) .
75
75
76
76
### AppVeyor
77
77
78
78
You can download the latest CI build from our [ AppVeyor build here] ( https://ci.appveyor.com/project/PowerShell/powershell-iot ) .
79
79
Go to the latest build, click on either of the images, then click on the artifacts tab.
80
80
From there, you can download a zip of the latest CI build.
81
81
82
- Then see the section on [ running] ( #Running ) .
82
+ Then see the section on [ running] ( #running ) .
83
83
84
84
### From Source
85
85
@@ -166,4 +166,4 @@ The setup required:
166
166
* For GPIO: Bend pins 26 and 22 to touch each other or connect them in some way
167
167
* For SPI: An [ Adafruit LIS3DH Triple-Axis Accelerometer] ( https://www.adafruit.com/product/2809 )
168
168
169
- We currently have a build agent that will deploy PR code onto a test Raspberry Pi and run the tests found in the ` test ` directory.
169
+ We currently have a build agent that will deploy PR code onto a test Raspberry Pi and run the tests found in the ` test ` directory.
You can’t perform that action at this time.
0 commit comments