Skip to content

Commit b58996c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
---
44

5-
Repository to hold script-functions that are published to the PowerShell Gallery.
5+
Repository to hold script-functions that are published to the [PowerShell Gallery](https://powershellgallery.com).
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 from the [PowerShell Gallery](https://powershellgallery.com) using `Install-Script -Name <Function-Name>`, and used like native PowerShell cmdlets.
7+
So they are contained in single .ps1 files that can be installed using `Install-Script -Repository PSGallery -Name <Function-Name>`, and used like native PowerShell cmdlets.
88

99
---
1010

0 commit comments

Comments
 (0)