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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
# Install Git Module
4
4
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/).
5
+
:bowtie: This PowerShell module will 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.
8
+
The module is compatible both with **Linux** and **Windows** versions of PowerShell_(Windows PowerShell 5 or PowerShell Core 6)_.
9
9
10
10
## Prerequisites
11
11
@@ -52,13 +52,13 @@ Installs PowerShell module to user's default install folder. More info [here](/D
52
52
53
53
## Tests
54
54
55
-
:smirk: So far the module have very very basic testing, but it is doing that against two platforms - Linux and Windows. Tests results are available on Tests tab ([example here](/img/TestResults-AzureDevops.png)).
55
+
:smirk: So far the module has very very basic testing, but it is doing that against two platforms - Linux and Windows. Tests results are available on the Tests tab ([example here](/img/TestResults-AzureDevops.png)).
56
56
57
57
Windows build status [](https://dev.azure.com/iiric/PS1/_build/latest?definitionId=16&branchName=master)
58
58
59
59
Linux build status [](https://dev.azure.com/iiric/PS1/_build/latest?definitionId=17&branchName=master)
60
60
61
-
_Click on images to see details about latest build runs._
61
+
_Click on images to see details about the latest build runs._
0 commit comments