Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add more codeblocks
  • Loading branch information
MRDGH2821 authored Jan 6, 2024
1 parent 1171ebc commit a0765e9
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```

Expand All @@ -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

Expand Down

0 comments on commit a0765e9

Please sign in to comment.