Skip to content

Commit 173b737

Browse files
committed
docs: align README macOS install with homebrew-stretchly tap (requirements, uninstall, deprecated cask note)
1 parent 20cccc4 commit 173b737

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The latest official **installers** and **portable versions** for macOS, Windows
2626

2727
### macOS
2828

29+
Requires macOS Monterey (12) or later.
30+
2931
It is recommended to install *Stretchly* with [Homebrew tap](https://github.com/hovancik/homebrew-stretchly) by running the following command.
3032
See [Application Signing](#application-signing) for details.
3133
```zsh
@@ -38,6 +40,14 @@ Don't forget to Quit Stretchly, first.
3840
brew upgrade --cask hovancik/stretchly/stretchly
3941
```
4042

43+
To uninstall:
44+
```zsh
45+
brew uninstall --cask hovancik/stretchly/stretchly
46+
brew untap hovancik/stretchly
47+
```
48+
49+
> **Note:** A `stretchly` cask also exists in the default `homebrew/cask` tap. It is deprecated and [scheduled to be disabled on September 1, 2026](https://github.com/Homebrew/homebrew-cask/blob/main/Casks/s/stretchly.rb) because the app is unsigned and fails Homebrew's Gatekeeper check. Until then, the bare name `stretchly` is ambiguous — always use the fully qualified `hovancik/stretchly/stretchly` to get this tap's version.
50+
4151
If you're using [Alfred](https://www.alfredapp.com) or [Raycast](https://www.raycast.com/) on macOS you can use this [Alfred Workflow](https://github.com/KingOfSpades/stretchFred) or [Raycast Extension](https://www.raycast.com/u-ran/stretchly) to interact with Stretchly.
4252

4353
#### Application Signing

0 commit comments

Comments
 (0)