1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-22 10:15:43 +02:00

Fix typo: MacOS to macOS

This commit is contained in:
04cb
2026-03-03 20:40:41 +08:00
committed by Stefan Haller
parent 25895bfa73
commit 53faf1fcd3
+2 -2
View File
@@ -8,7 +8,7 @@
</div> </div>
<b>Warp, the intelligent terminal</b> <b>Warp, the intelligent terminal</b>
<br> <br>
<b>Available for MacOS and Linux</b> <b>Available for macOS and Linux</b>
<br> <br>
<div> <div>
<sup>Visit warp.dev to learn more.</sup> <sup>Visit warp.dev to learn more.</sup>
@@ -503,7 +503,7 @@ go install github.com/jesseduffield/lazygit@latest
Please note: Please note:
If you get an error claiming that lazygit cannot be found or is not defined, you 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, (Windows). Not to be mistaken for `C:\Go\bin` (which is for Go's own binaries,
not apps like lazygit). not apps like lazygit).