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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,13 @@
5
5
:bowtie: This PowerShell module will be help you to easily instal PowerShell modules directly from [Azure DevOps](https://azure.microsoft.com/en-us/services/devops/repos/) (_aka VSTS_) or [GitHub](https://github.com/).
6
6
All you need to know is a URL of the git repository and the module will take care of everything else.
7
7
8
+
Module is compatible both with Windows and Linux versions of PowerShell.
9
+
8
10
## Prerequisites
9
11
10
-
:exclamation:**Git** client must be installed and available on path. If you don't have it, you can get it for example from [git-scm.com](https://git-scm.com/downloads).
12
+
:exclamation:**Git** client must be installed and available on path.
13
+
If you don't have it, you can get it for example from [git-scm.com](https://git-scm.com/downloads).
14
+
You can check if you have it by running `Get-Command git` in your PowerShell.
0 commit comments