Skip to content

Commit 6583dfc

Browse files
Update README.md
Added load module
1 parent 1c71b23 commit 6583dfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ To verify the installation:
4141
Get-Module -Name PureStoragePowerShellToolkit
4242
```
4343

44+
To load the module:
45+
46+
```powershell
47+
Import-Module -Name PureStoragePowerShellToolkit
48+
```
49+
4450
To see the available cmdlets:
4551

4652
```powershell

0 commit comments

Comments
 (0)