From c129f4b18464d062efb73910f805f8133b50f7d4 Mon Sep 17 00:00:00 2001 From: Kili Date: Sat, 27 Jun 2026 17:43:16 +0200 Subject: [PATCH] Update installation command for Linux/macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc6f60e5d..de90290c43 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ brew install CyberStrikeus/tap/cyberstrike scoop install cyberstrike # Linux / macOS (curl) -curl -fsSL https://cyberstrike.io/install | bash +curl -fsSL https://cyberstrike.io/install.sh | bash ``` ---