mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
Fix typo: MacOS to macOS
This commit is contained in:
parent
25895bfa73
commit
53faf1fcd3
|
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
<b>Warp, the intelligent terminal</b>
|
||||
<br>
|
||||
<b>Available for MacOS and Linux</b>
|
||||
<b>Available for macOS and Linux</b>
|
||||
<br>
|
||||
<div>
|
||||
<sup>Visit warp.dev to learn more.</sup>
|
||||
|
|
@ -503,7 +503,7 @@ go install github.com/jesseduffield/lazygit@latest
|
|||
|
||||
Please note:
|
||||
If you get an error claiming that lazygit cannot be found or is not defined, you
|
||||
may need to add `~/go/bin` to your $PATH (MacOS/Linux), or `%HOME%\go\bin`
|
||||
may need to add `~/go/bin` to your $PATH (macOS/Linux), or `%HOME%\go\bin`
|
||||
(Windows). Not to be mistaken for `C:\Go\bin` (which is for Go's own binaries,
|
||||
not apps like lazygit).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue