Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 authored Mar 8, 2024
1 parent 05c4d20 commit ed551d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ ttyd is a simple command-line tool for sharing terminal over the web.

## Install on macOS

- Install with [homebrew](http://brew.sh): `brew install ttyd`
- Install with [Homebrew](http://brew.sh): `brew install ttyd`
- Install with [MacPorts](https://www.macports.org): `sudo port install ttyd`

## Install on Linux

- Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page
- [Brew.sh](https://docs.brew.sh/Homebrew-on-Linux) : `brew install ttyd`
- Install with [Homebrew](https://docs.brew.sh/Homebrew-on-Linux) : `brew install ttyd`
- Install the snap: `sudo snap install ttyd --classic`
- Build from source (debian/ubuntu):
```bash
Expand All @@ -52,7 +52,7 @@ ttyd is a simple command-line tool for sharing terminal over the web.
## Install on Windows

- Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page
- Install with [Winget](https://github.com/microsoft/winget-pkgs): `winget install tsl0922.ttyd`
- Install with [WinGet](https://github.com/microsoft/winget-cli): `winget install tsl0922.ttyd`
- Install with [Scoop](https://scoop.sh/#/apps?q=ttyd&s=2&d=1&o=true): `scoop install ttyd`
- [Compile on Windows](https://github.com/tsl0922/ttyd/wiki/Compile-on-Windows)

Expand Down

0 comments on commit ed551d4

Please sign in to comment.