diff --git a/README.md b/README.md index b941efe31..da70f9531 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,16 @@ The latest official **installers** and **portable versions** for macOS, Windows ### macOS -It is recommended to install *Stretchly* with [Homebrew](https://brew.sh/) by running `brew update && brew install --cask stretchly`, see [Application Signing](#application-signing). When upgrading, run `brew update && brew upgrade --cask`. Don't forget to Quit Stretchly, first. +It is recommended to install *Stretchly* with [Homebrew](https://brew.sh/) by running: +```zsh +brew update && brew install --cask stretchly +``` +See [Application Signing](#application-signing). +When upgrading, run: +```zsh +brew update && brew upgrade --cask +``` +Don't forget to Quit Stretchly, first. 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. @@ -56,8 +65,9 @@ Not sure which chip your computer has? [Here's how to tell](https://support.appl You can also install *Stretchly* with [Chocolatey](https://chocolatey.org) by running the following command from the command line or from PowerShell: ```powershell choco install stretchly - -# To update: +``` +To update: +```powershell choco upgrade stretchly ``` @@ -69,7 +79,10 @@ winget install -e --id Stretchly.Stretchly Stretchly can be also found at official [Microsoft Store](https://apps.microsoft.com/store/detail/stretchly/9PP2B76LQQBN?hl=en-us&gl=us). -You can install *Stretchly* for all users silently by running this as administrator: `installer.exe /S /allusers`. +You can install *Stretchly* for all users silently by running this as administrator: +```cmd +installer.exe /S /allusers +``` ### Linux / Portable