We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095eb13 + 1e8b847 commit 7edf629Copy full SHA for 7edf629
README.md
@@ -309,7 +309,7 @@ sudo eopkg install lazygit
309
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
310
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
311
tar xf lazygit.tar.gz lazygit
312
-sudo install lazygit /usr/local/bin
+sudo install lazygit -D -t /usr/local/bin/
313
```
314
315
Verify the correct installation of lazygit:
0 commit comments