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

Commit 81bb1d8

Browse files
authored
Update Documentation (#340)
1 parent f0a825b commit 81bb1d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tools/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Powershell version of the iot-adk-addonkit extends the functionality with furthe
66
* [Get started](#get-started)
77
* [Create a basic image](#create-a-basic-image)
88
* [Add your packages to your image](#add-your-packages-to-your-image)
9+
* [Adding open source Powershell](#adding-open-source-powershell)
910
* [Adding security packages](#adding-security-packages)
1011
* [Building a retail image](#building-a-retail-image)
1112
* [Work with existing workspace](#work-with-existing-workspace)
@@ -220,20 +221,19 @@ You can add an appx, driver, provisioning package, files and registry settings t
220221
221222
If you require Powershell, it is recommended to add the latest [Powershell](https://github.com/PowerShell/PowerShell#-powershell) available in the github in your images and you can do this easily with [Import-PSCoreRelease](IoTCoreImaging/Docs/Import-PSCoreRelease.md).
222223
223-
```powershell
224+
```powershell
224225
Import-PSCoreRelease 7.0.0
225-
```
226+
```
226227

227-
This will download the powershell zip from the github and import the files into the workspace. It will also add a feature id `OPENSRC_POWERSHELL` in the OEMFM.xml.
228-
You can add this feature to MyProduct using
228+
This will download the powershell zip from the github and import the files into the workspace. It will also add a feature id `OPENSRC_POWERSHELL` in the OEMFM.xml. You can add this feature to MyProduct using
229229

230-
```powershell
230+
```powershell
231231
# Add IOT_POWERSHELL for WinRM
232232
Add-IoTProductFeature MyProduct All IOT_POWERSHELL
233233
# Add Open source Powershell
234234
Add-IoTProductFeature MyProduct All OPENSRC_POWERSHELL -OEM
235235
(or) addfid MyProduct All OPENSRC_POWERSHELL -OEM
236-
```
236+
```
237237

238238
### Adding security packages
239239

0 commit comments

Comments
 (0)