Skip to content

Commit c2ffff0

Browse files
authored
updater: add an entry for chocolatey package
iterative/chocolatey-dvc#1
1 parent d42a04e commit c2ffff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dvc/updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def _get_update_instructions(self):
136136
"3. Download and install new binary"
137137
),
138138
"conda": "Run {yellow}conda{reset} update dvc",
139+
"choco": "Run {yellow}choco{reset} upgrade dvc",
139140
None: (
140141
"Find the latest release at\n{blue}"
141142
"https://github.com/iterative/dvc/releases/latest"

0 commit comments

Comments
 (0)