From e18e6ea5da07d80eb66f0c786ab87b9c18f73042 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Wed, 19 Mar 2025 15:56:07 +0100 Subject: [PATCH] README: Fix up macOS naming --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2a53b2..03ff3b0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ source ~/.bashrc ``` ```bash -# For Mac OS +# For macOS echo 'export PATH=$PATH:$HOME/.local/opt/go/bin' >> ~/.zshrc # next, reload your shell configuration source ~/.zshrc @@ -74,7 +74,7 @@ source ~/.bashrc ``` ```bash -# For Mac OS +# For macOS echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.zshrc # next, reload your shell configuration source ~/.zshrc