Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Loading