Skip to content

Commit 34e531a

Browse files
committed
Updated after Dom pointed out error in installation command
1 parent 18f6bdb commit 34e531a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ GitReleaseManager allows you to:
2222

2323
You can install GitReleaseManager via Chocolatey by executing:
2424

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`
2631

2732
If you are interested in trying out the latest pre-release version of GitReleaseManager then you can use the following installation command:
2833

29-
`choco install gitreleasemanager -source https://www.myget.org/F/grm_develop/ -pre`
34+
`choco install gitreleasemanager.portable -source https://www.myget.org/F/grm_develop/ -pre`
3035

3136
This uses the public GitReleaseManager feed which is hosted on [MyGet.org](https://www.myget.org/)
3237

0 commit comments

Comments
 (0)