diff --git a/README.md b/README.md index fe7c2219b2..d7b2fccb8f 100644 --- a/README.md +++ b/README.md @@ -19,32 +19,22 @@ npx t3 ### Desktop app -Install the desktop app using whichever method fits your platform: - -#### Direct download - -[GitHub Releases](https://github.com/pingdotgg/t3code/releases) +Install the latest version of the desktop app from [GitHub Releases](https://github.com/pingdotgg/t3code/releases), or from your favorite package registry: #### Windows (`winget`) -Reference: [pingdotgg/t3code#1544](https://github.com/pingdotgg/t3code/issues/1544), [winget-pkgs manifest](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/T3Tools/T3Code/) - ```bash winget install T3Tools.T3Code ``` #### macOS (Homebrew) -Reference: [t3-code cask](https://formulae.brew.sh/cask/t3-code#default) - ```bash brew install --cask t3-code ``` #### Arch Linux (AUR) -Reference: [t3code-bin](https://aur.archlinux.org/packages/t3code-bin) - ```bash yay -S t3code-bin ```