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

Commit 329928f

Browse files
DanielSSilvaTylerLeonhardt
authored andcommitted
Updated ReadMe.md to include some tips/hints (#34)
* Updated ReadMe.md to include some tips/hints As I've talked with @tyler, it should be clear that since this requires hardware interaction, the module must be installed with high privileges. I've also indicated the path to the module as an "hint". I assumed that it will always be the same since it's installed as root (correct me if I'm wrong). * Update README.md As @tyler suggested, removed the previously added hint. Added the `sudo pwsh` before the Install-Module
1 parent 82e09c9 commit 329928f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,12 @@ a pin based GPIO access library written in C.
6060
You can grab the latest version of PowerShell IoT by running:
6161

6262
```powershell
63+
sudo pwsh
6364
Install-Module Microsoft.PowerShell.IoT
6465
```
6566

67+
Please note that since this module works with Hardware, higher privileges are required (run PowerShell with `sudo`, or as `root` user)
68+
6669
Then see the section on [running](#running).
6770

6871
If you want to write a module that uses PowerShell IoT, include it in the `RequiredModules` field of your module manifest.

0 commit comments

Comments
 (0)