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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,16 @@ GitReleaseManager allows you to:
22
22
23
23
You can install GitReleaseManager via Chocolatey by executing:
24
24
25
-
`choco install gitreleasemanager`
25
+
`choco install gitreleasemanager.portable`
26
+
27
+
**NOTE:**
28
+
Depending on which version of Chocolatey you are using, you may be required to confirm the installation of the application. You can avoid this prompt using the following command:
29
+
30
+
`choco install gitreleasemanager.portable -y`
26
31
27
32
If you are interested in trying out the latest pre-release version of GitReleaseManager then you can use the following installation command:
0 commit comments