From 53faf1fcd3796d68d57b38f8e25977155550dcdb Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Tue, 3 Mar 2026 20:40:41 +0800 Subject: [PATCH] Fix typo: MacOS to macOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdb3f850..d6a11435f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Warp, the intelligent terminal
- Available for MacOS and Linux + Available for macOS and Linux
Visit warp.dev to learn more. @@ -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).