From d038930ce5e171d6fbdbfe0d750387c6ced696c9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 7 Nov 2025 11:39:04 -0700 Subject: [PATCH] docs: fixed a typo in the mac/linux install script command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e2ba0..9f64662 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ You can use the following command to run a bash script that downloads and instal OS (Linux/MacOS) and architecture (x86_64/arm64): ```shell -curl -fsSL https://raw.githubusercontent.com/Dark-Alex-17/gman/main/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/Dark-Alex-17/gman/main/install_gman.sh | bash ``` #### Windows/Linux/MacOS (`PowerShell`)