We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5517 commit 8167756Copy full SHA for 8167756
book/A-git-in-other-environments/sections/powershell.asc
@@ -31,7 +31,7 @@ More about PowerShell ExecutionPolicy: https://docs.microsoft.com/en-us/powershe
31
===== PowerShell Gallery
32
If you have at least PowerShell 5 or PowerShell 4 with PackageManagement installed, you can use the package manager to install posh-git for you.
33
34
-More information about PowerShell Gallery: https://docs.microsoft.com/en-us/powershell/gallery/overview[]
+More information about PowerShell Gallery: https://docs.microsoft.com/en-us/powershell/scripting/gallery/overview[]
35
[source,powershell]
36
-----
37
> Install-Module posh-git -Scope CurrentUser -Force
0 commit comments