Update on MacOs with MacPort to 0.40.2, but doesn't have the new features #3123
-
Hi, I am trying to update on my mac lazygit, either with homebrew or macports, even though it says 0.40.2, it still shows the old UI, and I don't have the recent features. I tried to restart the shell but nothing. I can tell because I updated on another device (linux). Does anyone know why? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Nov 22, 2023
Replies: 1 comment 11 replies
-
Does |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh wow, I didn't know about the
--build-from-source
argument.So scratch my earlier answer, this actually works:
brew install --build-from-source --HEAD lazygit
This deserves to be mentioned in the Readme!