From ad8f56d7d2789ed0a09dc86c188d031d0dbafe71 Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Wed, 25 Mar 2026 19:54:11 +0100 Subject: [PATCH] Fix Windows/scoop installation command The app is called `basecamp`, not `basecamp-cli`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed2f52d..9ee212ab 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Arm64: substitute `arm64` for `amd64` in the filename. Verify the SHA-256 checks **Scoop (Windows):** ```bash scoop bucket add basecamp https://github.com/basecamp/homebrew-tap -scoop install basecamp-cli +scoop install basecamp ``` **Shell script:**