You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
---
4
4
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).
6
6
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.
0 commit comments