Skip to content

Commit d569135

Browse files
committed
better update instructions
1 parent 68e15f5 commit d569135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitfetch/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main() -> int:
8181
print(
8282
f"\033[93mUpdate available: {latest}\n"
8383
"Get it at: https://github.com/Matars/gitfetch/releases/latest\n"
84-
"Or run: brew upgrade gitfetch\033[0m")
84+
"Or run: brew update && brew upgrade gitfetch\033[0m")
8585
else:
8686
print("You are using the latest version.")
8787
else:

0 commit comments

Comments
 (0)