Skip to content

Commit 01ac41b

Browse files
committed
Update README.
1 parent d50eda8 commit 01ac41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Repository to hold script-functions that are published to the PowerShell Gallery.
66
These are functions that I haven't really made into a module yet or don't really fit into any of my other custom modules.
7-
So they are contained in single .ps1 files that can be installed with `Install-Script`.
7+
So they are contained in single .ps1 files that can be installed from the [PowerShell Gallery](https://powershellgallery.com) using `Install-Script -Name <Function-Name>`, and used like native PowerShell cmdlets.
88

99
---
1010

0 commit comments

Comments
 (0)