README: add brew install on linux (#1021)

Complete linux install options with `brew`
This commit is contained in:
SALES
2024-03-06 00:30:07 +11:00
committed by GitHub
parent f79304f64a
commit 784842c7fd

View File

@@ -34,6 +34,7 @@ ttyd is a simple command-line tool for sharing terminal over the web.
## 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 the snap: `sudo snap install ttyd --classic`
- Build from source (debian/ubuntu):
```bash