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:
6363Install-Module Microsoft.PowerShell.IoT
6464```
6565
66- Then see the section on [ running] ( #Running ) .
66+ Then see the section on [ running] ( #running ) .
6767
6868If you want to write a module that uses PowerShell IoT, include it in the ` RequiredModules ` field of your module manifest.
6969
7070### GitHub releases
7171
7272You can also manually download the zipped up module from the [ releases] ( https://github.com/PowerShell/PowerShell-IoT/releases ) .
7373
74- Then see the section on [ running] ( #Running ) .
74+ Then see the section on [ running] ( #running ) .
7575
7676### AppVeyor
7777
7878You can download the latest CI build from our [ AppVeyor build here] ( https://ci.appveyor.com/project/PowerShell/powershell-iot ) .
7979Go to the latest build, click on either of the images, then click on the artifacts tab.
8080From there, you can download a zip of the latest CI build.
8181
82- Then see the section on [ running] ( #Running ) .
82+ Then see the section on [ running] ( #running ) .
8383
8484### From Source
8585
@@ -166,4 +166,4 @@ The setup required:
166166* For GPIO: Bend pins 26 and 22 to touch each other or connect them in some way
167167* For SPI: An [ Adafruit LIS3DH Triple-Axis Accelerometer] ( https://www.adafruit.com/product/2809 )
168168
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